Fixed zshrc touch
This commit is contained in:
parent
a063527886
commit
cd2f9901c7
@ -36,7 +36,7 @@ install-ohmyzsh() {
|
||||
if [ ! -d ~/.oh-my-zsh ]; then
|
||||
# install oh-my-zsh
|
||||
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
||||
cp ~/.zshrc ~/.zshrc.orig
|
||||
touch ~/.zshrc && cp ~/.zshrc ~/.zshrc.orig
|
||||
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
||||
|
||||
# configure oh-my-zsh
|
||||
|
Loading…
Reference in New Issue
Block a user