about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-06-26 12:29:27 -0500
committerCase Duckworth2024-06-26 12:29:27 -0500
commit1d06b310f2e62fbeeab4cdced5f670c500afbd11 (patch)
treebd4fed07ec5f0522e24a35d923194d7bf062dac3
parentUh changes? (diff)
downloaddots-1d06b310f2e62fbeeab4cdced5f670c500afbd11.tar.gz
dots-1d06b310f2e62fbeeab4cdced5f670c500afbd11.zip
Fix link target
-rwxr-xr-xdots.sh2
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() {
74dotify() { 74dotify() {
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