Fix script call

This commit is contained in:
lhark 2016-06-28 04:32:19 +02:00
parent 71cd6a7691
commit 47d0e62b3a

2
zshrc
View file

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