summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-02-03 16:44:16 +0100
committerFlorian Pritz <bluewind@xinu.at>2013-02-03 16:44:16 +0100
commite9c23e6f654c44daa6af65672012229aa5fef7d5 (patch)
treea5b5dd8ef3c43e82a24f133ebfe217075720714d /.zshrc
parentd26e02879621c747d92ab396d1972120ecb663a4 (diff)
downloaddotfiles-e9c23e6f654c44daa6af65672012229aa5fef7d5.tar.gz
dotfiles-e9c23e6f654c44daa6af65672012229aa5fef7d5.tar.xz
zshrc: zshrc: get rid of some global aliases
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 {{{