summary refs log tree commit diff
path: root/home/.kshrc
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
commit122213e7b8946af689c380669808d9f993925283 (patch)
treeaf1477f04df08b1f8d5497d8b6e78e7ba09d04d8 /home/.kshrc
parentAdd sans6x8 PSF2 font (diff)
downloadsrc-122213e7b8946af689c380669808d9f993925283.tar.gz
src-122213e7b8946af689c380669808d9f993925283.zip
Export PWD
Without it, $(PWD) is unset in GNU make.
Diffstat (limited to '')
-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
`make get-git`). * Use proper upstream names of dependencies. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08README: Spelling and formatting fixesLukas Fleischer * Several small spelling and capitalization fixes. * Use consistent and better-looking formatting that is compatible with AsciiDoc (and partly compatible with RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts