summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/.kshrc2
-rw-r--r--home/.mkshrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/.kshrc b/home/.kshrc
index da2cd2c6..11585e50 100644
--- a/home/.kshrc
+++ b/home/.kshrc
@@ -1,6 +1,6 @@
 set -o nounset -o noclobber -o braceexpand -o emacs
 HISTFILE=~/.ksh_history HISTSIZE=5000
-GPG_TTY=$(tty)
+export GPG_TTY=$(tty)
 
 function colonize {
 	IFS=:
diff --git a/home/.mkshrc b/home/.mkshrc
index 2e04faac..0a46a03c 100644
--- a/home/.mkshrc
+++ b/home/.mkshrc
@@ -1 +1 @@
-source ~/.kshrc
+. ~/.kshrc
eae47292305e4e55ab55102cae318&follow=1'>Source .editrc before applying -v or -eJune McEnroe 2019-12-20Disable signing commitsJune McEnroe 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe 2019-12-16Post "cgit setup"June McEnroe