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 ~/
|
||||
else
|
||||
if [[ -d ~/.zsh ]]; then
|
||||
rm ~/.zsh
|
||||
rm -r ~/.zsh
|
||||
else
|
||||
printf '%s\n' "No .zsh dir exists."
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue