diff options
Diffstat (limited to 'etc/functions/chpwd')
-rw-r--r-- | etc/functions/chpwd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/functions/chpwd b/etc/functions/chpwd deleted file mode 100644 index e950844..0000000 --- a/etc/functions/chpwd +++ /dev/null @@ -1,6 +0,0 @@ -## 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 -psvar[1]=$(dirinfo) -psvar[2]=$(rtab) |