aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-02-25 17:56:24 -0500
committerRyan Kavanagh <rak@debian.org>2013-02-25 17:56:24 -0500
commit19aa2d5b34e6ee73255d92cdafc228ca981a1a10 (patch)
tree59c7bfb678e300cea2b77030a62c3d07f5eb3275 /.zshrc
parentUpdate Debian known hosts (diff)
Added sshfw alias to forward agent
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 8b2877a..6f95a83 100644
--- a/.zshrc
+++ b/.zshrc
@@ -101,6 +101,7 @@ alias kbd="xkbcomp -I$HOME/.xkb $HOME/.xkb/keymap/icd $DISPLAY"
alias vi='vim'
alias sm='screen -r mail || screen -c ${HOME}/.screenrc-mail'
alias remote_3051='ssh -f -N -q -L 6301:192.168.1.207:631 ryan@ryanak.ca'
+alias sshfw='ssh -oForwardAgent=yes'
# END LOCAL