summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-10-30 10:38:38 +0100
committerFlorian Pritz <bluewind@xinu.at>2011-10-30 10:38:38 +0100
commit53c301ac77ef3c2509d8c389abb8ec6e6cab2921 (patch)
tree1ea4d9769c01127f9552fceead67f74547166d94 /.zshrc
parentd88f39825df6fc75fe4daee62e903a5b4e65ed42 (diff)
downloaddotfiles-53c301ac77ef3c2509d8c389abb8ec6e6cab2921.tar.gz
dotfiles-53c301ac77ef3c2509d8c389abb8ec6e6cab2921.tar.xz
add new dircolors; change tail alias
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 00a6f76..cf8663c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -721,10 +721,10 @@ alias wgetc="wget --content-disposition"
# global aliases work EVERYWHERE
# e.g. dmesg tt
-# show last 20 lines of dmesg
+# show last 50 lines of dmesg
alias -g gg='| grep --color'
alias -g eg='| egrep --color'
-alias -g tt='| tail -n 20'
+alias -g tt='| tail -n 50'
# I always hit y instead of | ...
alias -g vv='|'