From dc9bcd401eee5fb50bfec8c8131a3515fc9f579f Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Sun, 19 Dec 2021 01:55:31 +0200 Subject: [PATCH] Change git-df alias to benefit from tab-completion --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3b9487a..bd01078 100644 --- a/.zshrc +++ b/.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'