Change git-df alias to benefit from tab-completion

This commit is contained in:
Victor Timofei 2021-12-19 01:55:31 +02:00
parent edf941e906
commit dc9bcd401e
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -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'