parent
0ce2fd0940
commit
1ec8a8848e
2 changed files with 9 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
current_path=`pwd` |
||||
echo "Upgrading Oh My Zsh" |
||||
( cd $ZSH && git pull origin master ) |
||||
echo "Done." |
||||
cd $current_path |
||||
Loading…
Reference in new issue