summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 62a7bd0..071660e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -132,6 +132,8 @@ alias du='du -h'
alias ftp=ncftp
alias mtr='mtr --curses'
+alias fixssh='eval $(tmux showenv -s SSH_AUTH_SOCK)'
+
# I don't like the zsh builtin time command.
if [ -e /usr/bin/time ] ; then alias time=/usr/bin/time ; fi