summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-27 12:40:50 -0400
committerJune McEnroe <june@causal.agency>2018-09-27 12:40:50 -0400
commitb3c0de662062769444b20d396b0be5f006a2f79c (patch)
tree1dc87fe32973e139a8d225a5640c8b4e84b3e964 /home
parentAdd sans6x8 PSF2 font (diff)
downloadsrc-b3c0de662062769444b20d396b0be5f006a2f79c.tar.gz
src-b3c0de662062769444b20d396b0be5f006a2f79c.zip
Export PWD
Without it, $(PWD) is unset in GNU make.
Diffstat (limited to 'home')
-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