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 196b8ad1..f87f3928 100644
--- a/home/.kshrc
+++ b/home/.kshrc
@@ -17,6 +17,7 @@ if whence nvim > /dev/null; then
 	alias vim=nvim
 	export MANPAGER="nvim -c 'set ft=man' -"
 fi
+FCEDIT=$EDITOR
 export GIT_EDITOR=$EDITOR
 export CLICOLOR=1
 export NETHACKOPTIONS='
17bf1c6da&follow=1'>Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe