fixed small issue.

This commit is contained in:
staticsafe 2012-03-08 12:38:36 -05:00
parent f49c181e21
commit c072c5bd83
1 changed files with 1 additions and 1 deletions

View File

@ -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