1
1
Fork 0

fixed unavailable path in setup_zsh.sh

This commit is contained in:
david 2018-05-13 19:39:38 +02:00
parent 8652b1eee5
commit cb6dbc8f53
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ cat $HOME.zshrc | sed "s/^ZSH_THEME=\"robbyrussell\"/ZSH_THEME=\"\"/g" > $HOME/.
message i "oh-my-zsh theme deactivated"
# clone plugins
cd $ZSH_CUSTOM/plugins/
cd $HOME/.oh-my-zsh/custom/plugins/
git clone https://github.com/sindresorhus/pure.git pure
git clone https://github.com/mafredri/zsh-async.git async
git clone https://socialg.it/david/zsh-david.git zsh-david