From 800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 3 Jun 2020 15:40:15 +0200 Subject: vim haskell formating, removed auto wrapping, zsh alias --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index ff71c27..e6cff50 100755 --- a/install.sh +++ b/install.sh @@ -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() -- cgit