From d5739f19ec72a16704fb5c42485a8b231cbcef42 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Thu, 25 Jul 2024 13:21:46 +0400 Subject: [PATCH] Update comment --- zsh/prompts/fat0troll.zsh | 2 +- zsh/prompts/pztrn.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/prompts/fat0troll.zsh b/zsh/prompts/fat0troll.zsh index 4b86645..5eb07de 100644 --- a/zsh/prompts/fat0troll.zsh +++ b/zsh/prompts/fat0troll.zsh @@ -23,7 +23,7 @@ prompt_fat0troll_setup () { vars['brackets_end']="%{$fg[yellow]%}]%{$reset_color%}" # Session-dependend colorizing. - # Local will be black, remote and Distrobox - yellow. + # Local will be black, remote and containers - yellow. if [[ -n $SSH_TTY ]]; then vars['console']="$vars['brackets_start']SSH$vars['brackets_end']" vars['default_color']="%{$fg[cyan]%}" diff --git a/zsh/prompts/pztrn.zsh b/zsh/prompts/pztrn.zsh index f7ad0d6..2b5a0cb 100644 --- a/zsh/prompts/pztrn.zsh +++ b/zsh/prompts/pztrn.zsh @@ -21,7 +21,7 @@ prompt_pztrn_setup () { precmd_functions=(${precmd_functions[@]} "prompt_pztrn_gitinfo" "prompt_pztrn_createprompt") # Session-dependend colorizing. - # Local will be black, remote and Distrobox - yellow. + # Local will be black, remote and containers - yellow. if [[ -n $SSH_TTY ]]; then vars['brackets_start']="%{$fg[yellow]%}[%{$reset_color%}" vars['brackets_end']="%{$fg[yellow]%}]%{$reset_color%}"