shrc: add support for NNCP

This commit is contained in:
Lucas 2022-03-20 04:13:00 +00:00
parent d675a92a92
commit 8d3c63cc5e
1 changed files with 6 additions and 1 deletions

View File

@ -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