diff --git a/shells/zshrc b/shells/zshrc index 0e3e090..fd23902 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -24,6 +24,7 @@ function asroot(){ sudo zsh -c "xauth merge $TEMPFILE;(srm $TEMPFILE||rm $TEMPFILE)&'$@';" } alias pg="pcregrep -M" +alias eix="eix -F" alias mouse1="xmodmap <(echo pointer = 1 2 3)" alias mouse2="xmodmap <(echo pointer = 3 2 1)" alias where="readlink -e"