From 514dc05c383e3c20dece35667ac02afca1cbd874 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sun, 24 May 2020 19:56:37 -0700 Subject: [PATCH] fix git completion sourcing to use symlink_dir instead --- dotfiles/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------------------------ #