Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [BUG]Filename autocompletion using git-bare repos (--git-dir=... --work-tree=...)



After using <C-x ?> instead of <Tab> (Thanks Bart) and looking at the output I found
that:
alias config='git --git-dir ~/.local/share/dotfiles --work-tree ~'
works perfectly.
And Jun T's solution of:
alias config="git --git-dir=$HOME/.local/share/dotfiles --work-tree $HOME"
Also works I never knew that there was a difference between ' and ".

Thanks for the help.




Messages sorted by: Reverse Date, Date, Thread, Author