X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=zsh%2F.zshrc;h=e0f01fde6ae4f94d57bd4668a1ddd1fc8d8b403b;hb=ef6e4f5239beb43d3fdec8f77865744aaf6eae5d;hp=0e348e9f5795c3e7926b48a4bacf2045e223cfe3;hpb=bd7d1f8649fdde5bf42d7fdea3aff3afb76067a7;p=dotfiles.git diff --git a/zsh/.zshrc b/zsh/.zshrc index 0e348e9..e0f01fd 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -76,7 +76,6 @@ precmd() { # Aliases {{{ alias l="ls -AF " alias ll="ls -AFl " -alias ssh="TERM=xterm ssh" alias vi="vim" alias m="less " alias -g M="| less" @@ -88,10 +87,11 @@ f() { print -C 1 **$1* } +alias ssh="TERM=xterm ssh" +alias sshnm="ssh -S none" ssht() { ssh -C -t $1 tmux attach -t0 } -alias sshnm="ssh -S none" # }}} # Faster movement {{{