diff options
| author | EuAndreh <eu@euandre.org> | 2021-03-22 11:35:02 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-03-22 11:35:02 -0300 |
| commit | 889ae5546e8c4da40a363a5a68d80e0787a5b8d9 (patch) | |
| tree | 4127f36ba3f990e9a083f92b3b5e652d67617ca7 /sh | |
| parent | fake-symlinks.sh: Remove SharedC (diff) | |
| download | dotfiles-889ae5546e8c4da40a363a5a68d80e0787a5b8d9.tar.gz dotfiles-889ae5546e8c4da40a363a5a68d80e0787a5b8d9.tar.xz | |
sh/symlinks.sh: Avoid duplicating symlink within itself
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/symlinks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/symlinks.sh b/sh/symlinks.sh index 9ce3bc12..c4e0a276 100644 --- a/sh/symlinks.sh +++ b/sh/symlinks.sh @@ -23,7 +23,7 @@ ln -fs "$DOTFILES/mailcap.conf" ~/.mailcap mkdir -p ~/.local/share/common-lisp -ln -fs ~/dev/libre ~/.local/share/common-lisp/source +[ ! -e ~/.local/share/common-lisp/source ] && ln -fs ~/dev/libre ~/.local/share/common-lisp/source mkdir -p ~/tmp/ touch ~/tmp/scratch.txt |
