fix setup.sh(zshenv)
This commit is contained in:
parent
aa01c2a539
commit
99d5cb409d
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -2,7 +2,7 @@
|
||||||
# .zshrc
|
# .zshrc
|
||||||
[ -f $HOME/.zshrc ] || curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zshrc -o $HOME/.zshrc
|
[ -f $HOME/.zshrc ] || curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zshrc -o $HOME/.zshrc
|
||||||
# .zshenv
|
# .zshenv
|
||||||
[ -f $HOME/.zshenv ] || curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zprofile -o $HOME/.zshenv
|
[ -f $HOME/.zshenv ] || curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zshenv -o $HOME/.zshenv
|
||||||
|
|
||||||
# .vim/sup39
|
# .vim/sup39
|
||||||
[ -d $HOME/.vim/sup39 ] || git clone https://github.com/sup39/vimrc $HOME/.vim/sup39
|
[ -d $HOME/.vim/sup39 ] || git clone https://github.com/sup39/vimrc $HOME/.vim/sup39
|
||||||
|
|
Loading…
Reference in a new issue