1
0
Fork 0

"prezto" updates in Installation and zshenv

pull/226/head
Ori Peleg 12 years ago
parent a5f8d04d34
commit 3ebb8546cf

@ -13,12 +13,12 @@ version is 4.3.10.
1. Clone the repository: 1. Clone the repository:
git clone --recursive https://github.com/sorin-ionescu/oh-my-zsh.git ~/.oh-my-zsh git clone --recursive https://github.com/sorin-ionescu/prezto.git ~/.prezto
2. Create a new Zsh configuration by copying the Zsh configuration file 2. Create a new Zsh configuration by copying the Zsh configuration file
runcoms provided: runcoms provided:
for rcfile in ~/.oh-my-zsh/runcoms/z{shenv,shrc,login,logout}; do for rcfile in ~/.prezto/runcoms/z{shenv,shrc,login,logout}; do
cp -f $rcfile ~/.$rcfile:t cp -f $rcfile ~/.$rcfile:t
done done

@ -6,7 +6,7 @@
# #
# Set the path to Oh My Zsh. # Set the path to Oh My Zsh.
export OMZ="$HOME/.oh-my-zsh" export OMZ="$HOME/.prezto"
# #
# Paths # Paths

Loading…
Cancel
Save