Fixed zsh config again...
This commit is contained in:
parent
a47d6075eb
commit
d531a7ea6d
@ -73,7 +73,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
||||
ln -s ${PWD}/../git/gitconfig ~/.gitconfig
|
||||
ln -s ${PWD}/../shells/bashrc ~/.bashrc
|
||||
ln -s ${PWD}/../shells/zshrc ~/.zshrc
|
||||
if [ ! -d "~/.oh-my-zsh" ] ; then
|
||||
if [ -d "~/.oh-my-zsh" ] ; then
|
||||
curl -L http://install.ohmyz.sh | sh
|
||||
fi
|
||||
mkdir -p ~/.i3
|
||||
|
Loading…
Reference in New Issue
Block a user