diff options
Diffstat (limited to 'etc/functions/chpwd')
-rwxr-xr-x | etc/functions/chpwd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/functions/chpwd b/etc/functions/chpwd index 40070b2..e950844 100755 --- a/etc/functions/chpwd +++ b/etc/functions/chpwd @@ -1,6 +1,6 @@ ## vim:ft=zsh -## This all belongs into the prompt, but since it only changes -## when changing directories, it's more efficient to do it here +# 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) |