"prezto" updates in Installation and zshenv
This commit is contained in:
parent
a5f8d04d34
commit
3ebb8546cf
2 changed files with 3 additions and 3 deletions
|
@ -13,12 +13,12 @@ version is 4.3.10.
|
|||
|
||||
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
|
||||
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
|
||||
done
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
# Set the path to Oh My Zsh.
|
||||
export OMZ="$HOME/.oh-my-zsh"
|
||||
export OMZ="$HOME/.prezto"
|
||||
|
||||
#
|
||||
# Paths
|
||||
|
|
Loading…
Add table
Reference in a new issue