summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 1 insertions, 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 {{{