From e9c23e6f654c44daa6af65672012229aa5fef7d5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 3 Feb 2013 16:44:16 +0100 Subject: zshrc: zshrc: get rid of some global aliases Signed-off-by: Florian Pritz --- .zshrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.zshrc b/.zshrc index c5a89c6..9028a11 100644 --- a/.zshrc +++ b/.zshrc @@ -507,13 +507,9 @@ alias nocomment='egrep -v "^\s*(#|$)"' alias wgetc="wget --content-disposition" # global aliases work EVERYWHERE -# e.g. dmesg tt +# e.g. dmesg eg foo # show last 50 lines of dmesg -alias -g gg='| grep --color' alias -g eg='| egrep --color' -alias -g tt='| tail -n 50' -# I always hit y instead of | ... -alias -g vv='|' # }}} # Completion stuff {{{ -- cgit v1.2.3-24-g4f1b