From ebefe2acfcb519133422a4f5d7184af9cf392423 Mon Sep 17 00:00:00 2001 From: rkiel Date: Sun, 22 Nov 2020 16:08:04 -0500 Subject: [PATCH] refactor: zsh --- install/bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/bin/setup b/install/bin/setup index 82ea4c4..30b5ea1 100755 --- a/install/bin/setup +++ b/install/bin/setup @@ -14,7 +14,7 @@ if [ "$2" == "zsh" ] ; then fi echo "GIT_UTILITIES_BIN=${REPO}/bin" >> $FILE echo "export PATH=${GIT_UTILITIES_BIN}:$PATH" >> $FILE - echo "source ${REPO}/dotfiles/git-completion.zsh" >> $FILE +# echo "source ${REPO}/dotfiles/git-completion.zsh" >> $FILE # echo "source ${REPO}/dotfiles/git-prompt.sh" >> $FILE echo "source ${REPO}/dotfiles/zprofile" >> $FILE