diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-03 15:40:15 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-03 15:40:15 +0200 |
| commit | 800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4 (patch) | |
| tree | dc8b90f4a790207d8520f6efa876a733cc662236 /install.sh | |
| parent | 5260c02746f0825ee90eb56c4fe91a6bf39cc9cc (diff) | |
| download | dotfiles-800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4.tar.gz dotfiles-800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4.tar.bz2 dotfiles-800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4.zip | |
vim haskell formating, removed auto wrapping, zsh alias
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() |
