summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-10-16 15:03:39 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-10-16 15:03:39 +0200
commit3aac7277ef116d5d289db53008117c78c9cb1628 (patch)
tree02c8d4321f0de43d8dc860b4b8ac2757882bc9d2 /.zshrc
parentf9a5ce35b1a6e1b6f89883d01ae07f881582edda (diff)
downloaddotfiles-3aac7277ef116d5d289db53008117c78c9cb1628.tar.gz
dotfiles-3aac7277ef116d5d289db53008117c78c9cb1628.tar.xz
zshrc: ctailf() switch to tail -f
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 3d31750..f8bb064 100644
--- a/.zshrc
+++ b/.zshrc
@@ -275,7 +275,7 @@ ls () {
}
ctailf() {
- tailf "$@" | ccze -A
+ tail -f "$@" | ccze -A
}
password() {