summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup b/setup
index 41eba31..e63e161 100755
--- a/setup
+++ b/setup
@@ -3,7 +3,7 @@
cd $(dirname $0)
for i in $(find -maxdepth 1 -type f | grep -v $(basename $0)) ; do
- ln -s ${PWD/$HOME\//}/$i $HOME/.$i
+ ln -s ${PWD/$HOME\//}/$i $HOME/.${i#./}
done
# extra symlinks