From b3c0de662062769444b20d396b0be5f006a2f79c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 27 Sep 2018 12:40:50 -0400 Subject: Export PWD Without it, $(PWD) is unset in GNU make. --- home/.kshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home') 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 -- cgit 1.4.1