bin: rename solarize -> ,solarize

This commit is contained in:
Fernando Schauenburg 2021-07-22 16:43:36 +02:00
parent 67d62cbe89
commit d1379ae956
2 changed files with 1 additions and 1 deletions

View file

@ -71,7 +71,7 @@ stty -ixon # disable ctrl-s and ctrl-q
change_bg() {
BACKGROUND="$1";
command -v solarize &>/dev/null && solarize;
command -v ,solarize &>/dev/null && ,solarize;
local f="$HOME/.config/dircolors/solarized-$BACKGROUND"
[ -f "$f" ] && type dircolors &>/dev/null && eval "$(dircolors "$f")"