diff --git a/dotfiles/shrc b/dotfiles/shrc index fc6fdf0..a78c045 100644 --- a/dotfiles/shrc +++ b/dotfiles/shrc @@ -1,5 +1,5 @@ # env -# Written in 2019-2020 by Lucas +# Written in 2019-2020,2022 by Lucas # CC0 1.0 Universal/Public domain - No rights reserved # # To the extent possible under law, the author(s) have dedicated all @@ -68,4 +68,9 @@ Linux) ;; esac +if command -v nncp-call >/dev/null 2>&1; then + NNCPCFG=~/.config/nncp + export NNCPCFG +fi + set -o emacs