summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-06-15 10:22:44 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-06-15 10:22:44 +0200
commit71ac7f01e2d224c784c75fdd9a610c482b217a4f (patch)
treef0a833b83ff50fb40cd57deb3606302ac1c9fdb1 /.zshrc
parent7923105bef038f1043afc971ff46d0d9b64c6743 (diff)
downloaddotfiles-71ac7f01e2d224c784c75fdd9a610c482b217a4f.tar.gz
dotfiles-71ac7f01e2d224c784c75fdd9a610c482b217a4f.tar.xz
zshrc: disable username looks in ctailf for better performance
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index b51d978..8c4840d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -265,7 +265,7 @@ ls () {
}
ctailf() {
- tail -f "$@" | ccze -A
+ tail -f "$@" | ccze -A -o nolookups
}
password() {