nnn color config to fish

This commit is contained in:
2022-12-31 14:07:56 -05:00
parent b55e0c5f9d
commit 42002fa85e
2 changed files with 10 additions and 1 deletions

View File

@ -15,7 +15,7 @@ test -s ~/.alias && . ~/.alias || true
export PATH=$PATH:/home/zpb/.local/bin
export PATH=$PATH:/home/zpb/.emacs.d/bin
export EDITOR=emacs -nw
export EDITOR="emacs -nw"
export VISUAL=emacs
if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} ]]