Skip to content

Commit

Permalink
update code does things in the correct directories more reliably
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Kerley committed Jul 7, 2008
1 parent 726b231 commit 10b7161
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 02_update
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ if [[ -x `which git` ]]; then
fi

function zshkit-update () {
pushd $HOME
pushd $mydir
git pull
source ~/.zshrc
source ~/.zshenv
popd
source .zshrc
source .zshenv
popd
}
fi

0 comments on commit 10b7161

Please sign in to comment.