diff options
author | Case Duckworth | 2024-06-26 12:29:27 -0500 |
---|---|---|
committer | Case Duckworth | 2024-06-26 12:29:27 -0500 |
commit | 1d06b310f2e62fbeeab4cdced5f670c500afbd11 (patch) | |
tree | bd4fed07ec5f0522e24a35d923194d7bf062dac3 /dots.sh | |
parent | Uh changes? (diff) | |
download | dots-1d06b310f2e62fbeeab4cdced5f670c500afbd11.tar.gz dots-1d06b310f2e62fbeeab4cdced5f670c500afbd11.zip |
Fix link target
Diffstat (limited to 'dots.sh')
-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 | ||