Skip to content

Commit

Permalink
fix: escape the TPM environment variable in the kube status line modu…
Browse files Browse the repository at this point in the history
…le (#434)

As per
#301 (comment)
this issue has returned in v2.0
  • Loading branch information
pauldthomson authored Nov 14, 2024
1 parent aaf9120 commit eb78ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status/kube.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_blue}"
set -ogqF "@catppuccin_kube_context_color" "#{E:@thm_red}"
set -ogqF "@catppuccin_kube_namespace_color" "#{E:@thm_sky}"
set -ogq "@catppuccin_${MODULE_NAME}_text" \
" #(${TMUX_PLUGIN_MANAGER_PATH}kube-tmux/kube.tmux 250 #{@catppuccin_kube_context_color} #{@catppuccin_kube_namespace_color})"
" #(\${TMUX_PLUGIN_MANAGER_PATH}kube-tmux/kube.tmux 250 #{@catppuccin_kube_context_color} #{@catppuccin_kube_namespace_color})"

source -F "#{d:current_file}/../utils/status_module.conf"

0 comments on commit eb78ade

Please sign in to comment.