Skip to content

Commit eb78ade

Browse files
authored
fix: escape the TPM environment variable in the kube status line module (#434)
As per #301 (comment) this issue has returned in v2.0
1 parent aaf9120 commit eb78ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

status/kube.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_blue}"
88
set -ogqF "@catppuccin_kube_context_color" "#{E:@thm_red}"
99
set -ogqF "@catppuccin_kube_namespace_color" "#{E:@thm_sky}"
1010
set -ogq "@catppuccin_${MODULE_NAME}_text" \
11-
" #(${TMUX_PLUGIN_MANAGER_PATH}kube-tmux/kube.tmux 250 #{@catppuccin_kube_context_color} #{@catppuccin_kube_namespace_color})"
11+
" #(\${TMUX_PLUGIN_MANAGER_PATH}kube-tmux/kube.tmux 250 #{@catppuccin_kube_context_color} #{@catppuccin_kube_namespace_color})"
1212

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

0 commit comments

Comments
 (0)