From 10d8db8b88294e094007b85e593a5c29f6b823db Mon Sep 17 00:00:00 2001 From: Valentin Uveges Date: Fri, 11 Aug 2023 17:58:53 +0300 Subject: [PATCH] fix(main): use eval to load the key value pair from reading the theme --- catppuccin.tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catppuccin.tmux b/catppuccin.tmux index 6b4de06..e8e9438 100755 --- a/catppuccin.tmux +++ b/catppuccin.tmux @@ -234,7 +234,7 @@ main() { # '$key' stores the key. # '$val' stores the value. - local "$key"="${val:1:-1}" + eval "$key"="$"${val} done < "${PLUGIN_DIR}/catppuccin-${theme}.tmuxtheme" # status