diff --git a/zshrc b/zshrc index 2708446..e78983d 100644 --- a/zshrc +++ b/zshrc @@ -38,7 +38,7 @@ elif $(echo "$git_st" | grep '^## .*behind' &> /dev/null); then read line if [ "$line" = Y ] || [ "$line" = y ]; then git pull --rebase --stat origin master - ./install.sh + $RC_PATH/install.sh cd $PWD source $HOME/.zshrc return