diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-06-15 10:22:44 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-06-15 10:22:44 +0200 |
commit | 71ac7f01e2d224c784c75fdd9a610c482b217a4f (patch) | |
tree | f0a833b83ff50fb40cd57deb3606302ac1c9fdb1 | |
parent | 7923105bef038f1043afc971ff46d0d9b64c6743 (diff) | |
download | dotfiles-71ac7f01e2d224c784c75fdd9a610c482b217a4f.tar.gz dotfiles-71ac7f01e2d224c784c75fdd9a610c482b217a4f.tar.xz |
zshrc: disable username looks in ctailf for better performance
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@ ls () { } ctailf() { - tail -f "$@" | ccze -A + tail -f "$@" | ccze -A -o nolookups } password() { |