From 53c301ac77ef3c2509d8c389abb8ec6e6cab2921 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 30 Oct 2011 10:38:38 +0100 Subject: add new dircolors; change tail alias Signed-off-by: Florian Pritz --- .dircolors | 10 ++++++++++ .zshrc | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.dircolors b/.dircolors index b4efef6..0b00361 100644 --- a/.dircolors +++ b/.dircolors @@ -200,3 +200,13 @@ EXEC 01;32 .cpp 03;33 .h 00;33 .a 01;35 + +# documents +.pdf 01;33 +.doc 01;33 +.odt 01;33 +.ods 01;33 +.xls 01;33 +.pptx 01;33 +.ppt 01;33 +.odp 01;33 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='|' -- cgit v1.2.3-24-g4f1b