From eaba08ca7ab2819a874ccc3d81bc6cb4cccbe379 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 16 Nov 2008 20:03:31 +0100 Subject: rtab function: Allow configuration via zstyle --- etc/functions/chpwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions/chpwd') 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) -- cgit v1.2.3