commit 7be9811d06cde91f0771e0ab5870a0d4a4daf7d8
parent 4f0aacacf803624b21d3ebe321bf5937e64b316c
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 2 Sep 2014 23:59:27 +0200
aliases
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/zsh/alias b/zsh/alias
@@ -12,7 +12,6 @@ alias c=pushd
alias b=popd
alias u=sudo
alias h=ssh
-alias a=cat
alias n=man
alias ag=apt-get
alias p=less
@@ -55,6 +54,8 @@ alias m='f -e mplayer'
alias o='a -e xdg-open'
alias sw="sr -browser=w3m"
alias wen="sw wikipedia"
+alias dico="cat /usr/share/dict/french"
+alias pingoo="ping google.com"
# work around https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1342412
alias ssh-copy-id='ssh-copy-id -o "ControlPath=/nowhere" -o "ControlMaster=no"'