From 8d3c63cc5ea588275e5a8336a37fd74d7672814b Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 20 Mar 2022 04:13:00 +0000 Subject: [PATCH] shrc: add support for NNCP --- dotfiles/shrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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