diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,8 +2,7 @@ create_dotfile_link() { - ln -sf $DOTDIR/$1 $HOME/$2 - echo "Created link for $1 to $HOME/$2" + ln -svf $DOTDIR/$1 $HOME/$2 } create_dotfile_link_same() |
