add ssh_home_alias

This commit is contained in:
arcan1s 2015-03-26 12:28:34 +03:00
parent 8397c178d2
commit 1f2bae6d38
2 changed files with 1 additions and 1 deletions

1
zsh/ssh_home_alias Normal file
View File

@ -0,0 +1 @@
alias ssh-home="ssh -At repo 'ssh -A -p 5431 192.168.0.101'"

1
zshrc
View File

@ -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"