From dd663f47a0bbec245327a6af849214cfa6e12b90 Mon Sep 17 00:00:00 2001 From: Yigid BALABAN Date: Wed, 2 Oct 2024 22:23:38 +0300 Subject: [PATCH] small typo fixed --- chores/mode/kitty_theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chores/mode/kitty_theme.sh b/chores/mode/kitty_theme.sh index 417db9a..c52d984 100755 --- a/chores/mode/kitty_theme.sh +++ b/chores/mode/kitty_theme.sh @@ -17,4 +17,4 @@ if ! command -v kitty &>/dev/null; then exit 1 fi -kitten themes --reload-in=all "$(util_read_config chore.kitty."$RV_CURRENT_THEME")" +kitten themes --reload-in=all "$(util_read_config chore.kitty."$RV_CURRENT_MODE")"