nnn: use better colors

This commit is contained in:
Hoang Nguyen 2021-03-18 07:24:23 +03:00
parent 04310da09e
commit 14e7b8399f
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
3 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ then
export NNN_OPENER="$XDG_CONFIG_HOME/nnn/plugins/nuke"
export USE_SCOPE=1
export NNN_COLORS='2345'
export NNN_FCOLORS='c1e2272e006033f7c6d6abc4'
export NNN_FCOLORS='c1e20402006033f7c6d6ab01'
export NNN_BMS="h:~;C:~/Code;D:~/Downloads;P:~/Pictures;V:~/Videos;A:~/Media;U:~/Music;f:~/.config;l:~/.local/share;e:/etc;u:/usr/share;o:/opt;b:/boot;m:/media;M:/mnt;i:/run/media/$USER;v:/var;t:/tmp;d:/dev;s:/srv;r:/;k:/bedrock/strata"
export NNN_SSHFS="sshfs -o reconnect,idmap=user,follow_symlinks"
fi

View File

@ -106,7 +106,7 @@ if command -v nnn >/dev/null
set -gx NNN_ARCHIVE '\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip)$'
set -gx NNN_OPENER $XDG_CONFIG_HOME/nnn/plugins/nuke
set -gx USE_SCOPE 1
set -gx NNN_FCOLORS 'c1e2272e006033f7c6d6abc4'
set -gx NNN_FCOLORS 'c1e20402006033f7c6d6ab01'
set -gx NNN_COLORS '2345'
set -gx NNN_BMS "h:~;C:~/Code;D:~/Downloads;P:~/Pictures;V:~/Videos;A:~/Media;U:~/Music;f:~/.config;l:~/.local/share;e:/etc;u:/usr/share;o:/opt;b:/boot;m:/media;M:/mnt;i:/run/media/$USER;v:/var;t:/tmp;d:/dev;s:/srv;r:/;k:/bedrock/strata"
set -gx NNN_SSHFS "sshfs -o reconnect,idmap=user,follow_symlinks"

View File

@ -89,7 +89,7 @@ then
export NNN_OPENER="$XDG_CONFIG_HOME/nnn/plugins/nuke"
export USE_SCOPE=1
export NNN_COLORS='2345'
export NNN_FCOLORS='c1e2272e006033f7c6d6abc4'
export NNN_FCOLORS='c1e20402006033f7c6d6ab01'
export NNN_BMS="h:~;C:~/Code;D:~/Downloads;P:~/Pictures;V:~/Videos;A:~/Media;U:~/Music;f:~/.config;l:~/.local/share;e:/etc;u:/usr/share;o:/opt;b:/boot;m:/media;M:/mnt;i:/run/media/$USER;v:/var;t:/tmp;d:/dev;s:/srv;r:/;k:/bedrock/strata"
export NNN_SSHFS="sshfs -o reconnect,idmap=user,follow_symlinks"
fi