dotfiles/bin
Fernando Schauenburg 4e29ff39e7 bash: fix LS_COLORS
The solarize script evalss the output of the dircolors(1) but the
LS_COLORS variable gets exported in its environmnent, not the calling
shell where we actually need it so ls(1) and other programs wiill
inherit it.

Therefore, the evaluation of the dircolors(1) output is moved to the
change_bg() function in the shell, so that the LS_COLORS variable is
available to any children of the shell.

The reason why I had missed this is that in most systems I have ls
aliased to exa, which does not care about LS_COLORS and has its own
coloring system. On cygwin, however, exa is not available and I noticed
that the colors were missind; and indeed, on systems with exa the colors
are also missing if I run ls as \ls.
2021-01-05 18:02:40 +01:00
..
colorman replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
colortest replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
colortest256 replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
git-churn replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
git-what-the-hell-just-happened replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
git-wtf replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
solarize bash: fix LS_COLORS 2021-01-05 18:02:40 +01:00
styletest replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
vboxmount replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00