Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
randName committed Mar 30, 2024
1 parent 5ce6647 commit 0247b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ ddir="$(dirname $0)"
for f in $files; do
fn="$ddir/$f"
[ -z "$fn" ] && continue
ln -vs --backup=existing $fn $HOME/.$fn
ln -vsb $fn $HOME/.$f
done

0 comments on commit 0247b35

Please sign in to comment.