From d1379ae9564a49f3e91feda4ff76abd493203aad Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 22 Jul 2021 16:43:36 +0200 Subject: [PATCH] bin: rename solarize -> ,solarize --- bin/{solarize => ,solarize} | 0 files/bashrc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{solarize => ,solarize} (100%) diff --git a/bin/solarize b/bin/,solarize similarity index 100% rename from bin/solarize rename to bin/,solarize diff --git a/files/bashrc b/files/bashrc index 9eef5e1..2c78160 100644 --- a/files/bashrc +++ b/files/bashrc @@ -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")"