mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Various fixes to install tool shell-scripts.
This commit is contained in:
parent
762b55bb2b
commit
fce67be0cd
4 changed files with 38 additions and 36 deletions
2
tools/upgrade.sh
Normal file → Executable file
2
tools/upgrade.sh
Normal file → Executable file
|
|
@ -1,6 +1,6 @@
|
|||
current_path=`pwd`
|
||||
echo -e "\033[0;34mUpgrading Oh My Zsh\033[0m"
|
||||
( cd $ZSH && git pull origin master )
|
||||
cd "${ZSH:-$HOME/.oh-my-zsh}" && git pull origin master || (echo "Cannot upgrade ZSH!"; exit 1)
|
||||
echo -e "\033[0;32m"' __ __ '"\033[0m"
|
||||
echo -e "\033[0;32m"' ____ / /_ ____ ___ __ __ ____ _____/ /_ '"\033[0m"
|
||||
echo -e "\033[0;32m"' / __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \ '"\033[0m"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue