andsens / homeshick

git dotfiles synchronizer written in bash
MIT License
2.11k stars 145 forks source link

Auto-completion bug #72

Closed thetrompf closed 10 years ago

thetrompf commented 10 years ago

When you navigate to some folder and you would like to track a new file:

$ cd  .config/some/path
$ homeshick track s[tab]

Here it could be nice, if the auto completion tries to auto complete the files in the current directory, but what does happen is, that the auto completer auto completes from the home folder.

andsens commented 10 years ago

Something like $(pwd) should be added here.