summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/.kshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.kshrc b/home/.kshrc
index 91d01bc7..ef509d5d 100644
--- a/home/.kshrc
+++ b/home/.kshrc
@@ -9,6 +9,7 @@ function colonize {
 systemPath=$PATH
 PATH=$(colonize {,/usr{/local,/pkg,},$HOME/.local}/{s,}bin /usr/games)
 CDPATH=:$HOME
+export PWD
 
 export PAGER=less
 export EDITOR=vim