Removed a cat command in install and made the oneline use bash instead of sh
This commit is contained in:
parent
17b4c73c8a
commit
cd01ca3946
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@ version is 4.3.10.
|
|||
|
||||
Install using the following one liner:
|
||||
|
||||
``curl https://raw.github.com/sorin-ionescu/prezto/master/install | sh``
|
||||
``curl https://raw.github.com/sorin-ionescu/prezto/master/install | bash``
|
||||
|
||||
### Mac OS X
|
||||
|
||||
|
|
1
install
1
install
|
@ -5,7 +5,6 @@ git clone --recursive https://github.com/sorin-ionescu/oh-my-zsh.git ~/.oh-my-zs
|
|||
cd $HOME/.oh-my-zsh/runcoms/
|
||||
for rcfile in z{shenv,shrc,login,logout}; do
|
||||
cp -f $rcfile ~/.$rcfile
|
||||
cat ~/.$rcfile
|
||||
done
|
||||
|
||||
chsh -s /bin/zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue