X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=brc;h=2ffd91cc86fca751dc1ef157c63d36f0f95af6fd;hb=7b33a0e88d9ccdaf8601aa77f9fc597d592b4c10;hp=ad99e0ff360f5a7db129e0941a548c6ddcb54c75;hpb=12e4748d67a2891d120f0ce7c29c2cf44a6119df;p=distro-setup diff --git a/brc b/brc index ad99e0f..2ffd91c 100644 --- a/brc +++ b/brc @@ -315,6 +315,7 @@ export PROFILE_TASKS_TASK_OUTPUT_LIMIT=100 export LESS=RXij12 export SYSTEMD_LESS=$LESS + export NNN_COLORS=2136 export SL_FILES_DIR=/b/ds/sl/.iank @@ -3181,9 +3182,13 @@ if $use_color && type -p tput &>/dev/null; then # https://github.com/trapd00r/LS_COLORS # I would like if there was something similar for light. + # https://www.bigsoft.co.uk/blog/2008/04/11/configuring-ls_colors + # change the hard to read turqouise. + # defaults dircolors --print-database. + # the default bold green is too light. # this explains the codes: https://gist.github.com/thomd/7667642 - export LS_COLORS=ex=1 + export LS_COLORS="ex=1:ln=00;31" term_bold="$(tput bold)" term_red="$(tput setaf 1)"