diff options
-rwxr-xr-x | dots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dots.sh b/dots.sh index e2439f0..9a31d99 100755 --- a/dots.sh +++ b/dots.sh | |||
@@ -74,7 +74,7 @@ homify() { | |||
74 | dotify() { | 74 | dotify() { |
75 | getfiles "$@" | | 75 | getfiles "$@" | |
76 | while read -r file | 76 | while read -r file |
77 | do mklink "$file" "$DIR/${file#.}" | 77 | do mklink "$file" "$DIR/${file##*/.}" |
78 | done | 78 | done |
79 | } | 79 | } |
80 | 80 | ||