Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 28, 2016
1 parent 00a0ec4 commit 136e5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssh/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
test -L ~/.ssh/config || {
mv ~/.ssh/config{,.local}
ln -s $DOTFILES/ssh/config ~/.ssh/config
mv ~/.ssh/config ~/.ssh/config.local
ln -s "$DOTFILES"/ssh/config ~/.ssh/config
}
test -f ~/.ssh/config.local || touch ~/.ssh/config.local

0 comments on commit 136e5c2

Please sign in to comment.