From d96a41554d923f85146232c786e17954da7bb02e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 16 Nov 2009 19:47:52 +0100 Subject: zshrc: remove pacman alias; fix ctailf term resizing Signed-off-by: Florian Pritz --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 6a1eb17..b85f948 100644 --- a/.zshrc +++ b/.zshrc @@ -258,7 +258,7 @@ ls () { } ctailf() { - tailf "$@" | ccze + tailf "$@" | ccze -A } password() { @@ -565,7 +565,6 @@ alias yu='yaourt -Syu' alias p='sudo powerpill' alias pa='sudo powerpill -Syu' alias py='sudo powerpill -S' -alias pacman='sudo pacman-color' alias su='su -' -- cgit v1.2.3-24-g4f1b