refactor: zsh

This commit is contained in:
rkiel
2020-11-22 16:08:04 -05:00
parent 248bcfeda6
commit ebefe2acfc

View File

@@ -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