fix(main): format code
This commit is contained in:
parent
10d8db8b88
commit
465eb977f5
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ main() {
|
|||
|
||||
# '$key' stores the key.
|
||||
# '$val' stores the value.
|
||||
eval "$key"="$"${val}
|
||||
eval "local $key"="$val"
|
||||
done < "${PLUGIN_DIR}/catppuccin-${theme}.tmuxtheme"
|
||||
|
||||
# status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue