commit 6be2a2a6d52654539db8f03084c5e285b410a9bd parent 0cfc60b6ff2195b24c087129882adf440ce49759 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Fri, 2 Nov 2012 10:12:19 +0100 +sshn and fasd aliases Diffstat:
zsh/alias | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/zsh/alias b/zsh/alias @@ -49,3 +49,7 @@ alias msw="history | tail -1 | cut -d ' ' -f2- | mw \$\*" alias myip="curl icanhazip.com" alias checkhtml="tidy -utf8 -errors -xml -quiet" alias cdtemp="c \`mktemp -d ~/scratch/XXXXXXXX\`" +alias sshn="ssh -o \"ControlPath=/nowhere\" -o ControlMaster=no" +alias v='f -e vim' +alias m='f -e mplayer' +alias o='a -e xdg-open'