Change git-df alias to benefit from tab-completion
This commit is contained in:
parent
edf941e906
commit
dc9bcd401e
2
.zshrc
2
.zshrc
|
@ -146,7 +146,7 @@ alias ip="ip -c"
|
|||
typeset -g POWERLEVEL9K_INSTANT_PROMPT=off
|
||||
|
||||
# For dotfiles source control
|
||||
alias git-df='/usr/bin/git --git-dir=/home/vtimofei/.mydotfiles/ --work-tree=/home/vtimofei'
|
||||
alias git-df='git --git-dir=/home/vtimofei/.mydotfiles/ --work-tree=/home/vtimofei'
|
||||
|
||||
# Please use this
|
||||
alias please='sudo'
|
||||
|
|
Loading…
Reference in New Issue