diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index f5d01ba..a7c89ef 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -50,7 +50,7 @@ fi # Enable git completion -test -f $HOME/essentials/dotfiles/bash/scripts/git-completion.bash && . $_ +test -f $symlink_dir/scripts/git-completion.bash && . $_ # ------------------------------ END SETUP ------------------------------ #