nnn color config to fish

This commit is contained in:
Zachary Billman 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} ]]

View File

@ -4,6 +4,15 @@ alias la='exa -a --icons'
alias lla='exa -la --icons'
alias lt='exa --tree --icons'
set --export NNN_FCOLORS 96d1b49600b06c00b0d3d3
#red d3
#orange d1
#yellow b4
#green 96
#aqua 6c
#blue 6d
#purple b0
zoxide init fish | source
starship init fish | source