summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-11-16 19:47:52 +0100
committerFlorian Pritz <bluewind@xssn.at>2009-11-16 19:47:52 +0100
commitd96a41554d923f85146232c786e17954da7bb02e (patch)
treee32bd34baca7aa99b3266a1ebe548ee843630dc1 /.zshrc
parent9a0b7aaa1c64a009acc0127e2c77b9bb44334489 (diff)
downloaddotfiles-d96a41554d923f85146232c786e17954da7bb02e.tar.gz
dotfiles-d96a41554d923f85146232c786e17954da7bb02e.tar.xz
zshrc: remove pacman alias; fix ctailf term resizing
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 1 insertions, 2 deletions
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 -'