diff options
Diffstat (limited to '.zshrc-linux-desktop')
-rw-r--r-- | .zshrc-linux-desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop index f1808ac..6acd533 100644 --- a/.zshrc-linux-desktop +++ b/.zshrc-linux-desktop @@ -1,6 +1,6 @@ ################### ALIASES ################## -alias ssh-socks='ssh -C2qTnN -D 9853 shmibbles.me' +alias ssh-socks='ssh -C2qTnN -F /dev/null -D 9853 shmibbles.me' if [[ "$(whence sshfs)" != "" ]] then alias smounth='mkdir -p ~/shmibbles.me; sshfs shmibbles.me: ~/shmibbles.me' |