fixed small issue.
This commit is contained in:
parent
f49c181e21
commit
c072c5bd83
|
@ -31,7 +31,7 @@ if [[ -d ~/dev/dotfiles ]]; then
|
||||||
ln -s ~/dev/dotfiles/.zsh ~/
|
ln -s ~/dev/dotfiles/.zsh ~/
|
||||||
else
|
else
|
||||||
if [[ -d ~/.zsh ]]; then
|
if [[ -d ~/.zsh ]]; then
|
||||||
rm ~/.zsh
|
rm -r ~/.zsh
|
||||||
else
|
else
|
||||||
printf '%s\n' "No .zsh dir exists."
|
printf '%s\n' "No .zsh dir exists."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue