shrc: add support for NNCP
This commit is contained in:
parent
d675a92a92
commit
8d3c63cc5e
@ -1,5 +1,5 @@
|
|||||||
# env
|
# env
|
||||||
# Written in 2019-2020 by Lucas
|
# Written in 2019-2020,2022 by Lucas
|
||||||
# CC0 1.0 Universal/Public domain - No rights reserved
|
# CC0 1.0 Universal/Public domain - No rights reserved
|
||||||
#
|
#
|
||||||
# To the extent possible under law, the author(s) have dedicated all
|
# To the extent possible under law, the author(s) have dedicated all
|
||||||
@ -68,4 +68,9 @@ Linux)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if command -v nncp-call >/dev/null 2>&1; then
|
||||||
|
NNCPCFG=~/.config/nncp
|
||||||
|
export NNCPCFG
|
||||||
|
fi
|
||||||
|
|
||||||
set -o emacs
|
set -o emacs
|
||||||
|
Loading…
Reference in New Issue
Block a user