summaryrefslogtreecommitdiff
path: root/etc/functions/chpwd
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-11-16 20:03:31 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-11-16 20:03:31 +0100
commiteaba08ca7ab2819a874ccc3d81bc6cb4cccbe379 (patch)
treee277c803145ae12204ffc4469f3cb2741cdbb8c0 /etc/functions/chpwd
parent9e910dec14c0f8ac3d0cdef4220046c3c570b40c (diff)
rtab function: Allow configuration via zstyle
Diffstat (limited to 'etc/functions/chpwd')
-rw-r--r--etc/functions/chpwd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/chpwd b/etc/functions/chpwd
index 11510b4..40070b2 100644
--- a/etc/functions/chpwd
+++ b/etc/functions/chpwd
@@ -3,4 +3,4 @@
## This all belongs into the prompt, but since it only changes
## when changing directories, it's more efficient to do it here
psvar[1]=$(dirinfo)
-psvar[2]=$(rtab -f)
+psvar[2]=$(rtab)