summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 5cd8080..c5be270 100755
--- a/setup.sh
+++ b/setup.sh
@@ -13,13 +13,14 @@ DIRS=(.config \
.mozilla/firefox \
.vim \
.mutt/tmp \
+ .ssh \
)
DIRS_Linux=(.ncftp \
.urxvt
)
for i in $DIRS; do
- rm $HOME/$i
+ rm -f $HOME/$i
mkdir -p $HOME/$i
done