diff options
Diffstat (limited to '')
-rw-r--r-- | home/.kshrc | 1 |
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=' |