Skip to content

Commit

Permalink
chore: add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
vdbe committed Aug 14, 2024
1 parent 3eee092 commit 4ee2910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion catppuccin.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ main() {
# NOTE: For backwards compatibility remove before 1.0.0
if [ -z "$theme" ]; then
theme="$(get_tmux_option "@catppuccin_flavour" "mocha")"
tmux_echo "catppuccin warning: @catppuccin_flavour has been deprecated use @catppuccin_flavour" 103
tmux_echo "catppuccin warning: \\\"@catppuccin_flavour\\\" has been deprecated use \\\"@catppuccin_flavor\\\"" 103
fi

# NOTE: Pulling in the selected theme by the theme that's being set as local
Expand Down
4 changes: 2 additions & 2 deletions utils/module_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ load_modules() {

if [[ -z "${module_name/ }" ]]; then
if [[ -z "${modules_list/ }" ]]; then
tmux_echo "catppuccin warning: a module list has only white space, to remove all modules set it to \"null\"" 100
tmux_echo "catppuccin warning: a module list has only white space, to remove all modules set it to \\\"null\\\"" 100
else
tmux_echo "catppuccin warning: a module list with value \"$modules_list\" has leading/trailing whitespace" 101
tmux_echo "catppuccin warning: a module list with value \\\"$modules_list\\\" has leading/trailing whitespace" 101
fi
continue
fi
Expand Down

0 comments on commit 4ee2910

Please sign in to comment.