bin: rename solarize -> ,solarize
This commit is contained in:
parent
67d62cbe89
commit
d1379ae956
2 changed files with 1 additions and 1 deletions
|
@ -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")"
|
||||
|
|
Loading…
Add table
Reference in a new issue