Browse Source

fix git completion sourcing to use symlink_dir instead

master
Taylor Bockman 4 years ago
parent
commit
7152f1485f
  1. 2
      dotfiles/bash/bashrc

2
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 ------------------------------ #

Loading…
Cancel
Save