diff --git a/zsh/ssh_home_alias b/zsh/ssh_home_alias new file mode 100644 index 0000000..df11a3f --- /dev/null +++ b/zsh/ssh_home_alias @@ -0,0 +1 @@ +alias ssh-home="ssh -At repo 'ssh -A -p 5431 192.168.0.101'" diff --git a/zshrc b/zshrc index 476b7d5..3006d6b 100644 --- a/zshrc +++ b/zshrc @@ -86,7 +86,6 @@ alias -g _t='| tail' alias -g _h='| head' alias -g _n='| wc -l' alias -g _dn='&> /dev/null &' -alias -g home="-At repo 'ssh -A -p 5431 192.168.0.101'" # to run command ignoring aliases hash -d b="/bin"