dotfiles/files
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
..
alacritty.yml replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
bashrc bash: fix LS_COLORS 2021-01-05 18:02:40 +01:00
gitconfig git: use nvim as mergetool (and difftool) 2021-01-03 23:50:49 +01:00
gitignore replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
init.vim vim: replace vim with neovim 2021-01-03 23:37:13 +01:00
inputrc readline: change cursor shape when entering vi cmd mode 2021-01-03 23:53:09 +01:00
minttyrc replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
plug.vim replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
python-startup.py replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
ssh_config replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
tmux-colors.conf replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00
tmux.conf replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00