set not to run zsh after omz install
This commit is contained in:
parent
b99bddc359
commit
3546a1efb3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ elif [ -f /etc/arch-release ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo Installing Oh My ZSH
|
echo Installing Oh My ZSH
|
||||||
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
export RUNZSH=no; sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
|
|
||||||
echo Switching Theme
|
echo Switching Theme
|
||||||
sed -i 's/ZSH_THEME=.*/ZSH_THEME="bureau"/' ~/.zshrc
|
sed -i 's/ZSH_THEME=.*/ZSH_THEME="bureau"/' ~/.zshrc
|
||||||
|
|
Loading…
Reference in a new issue