From 792de55734c1b277e5950c45d4e4b3fe26a4bbcd Mon Sep 17 00:00:00 2001 From: goodhumored Date: Sun, 28 Jul 2024 11:45:11 +0300 Subject: [PATCH] removed curly brace --- .oh-my-zsh/themes/amuse.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oh-my-zsh/themes/amuse.zsh-theme b/.oh-my-zsh/themes/amuse.zsh-theme index 179fa15..165982f 100644 --- a/.oh-my-zsh/themes/amuse.zsh-theme +++ b/.oh-my-zsh/themes/amuse.zsh-theme @@ -29,7 +29,7 @@ if [[ -n $SSH_CONNECTION ]]; then fi PROMPT=' -%{$ssh}%{$fg_bold[green]%}%~%{$reset_color%}$(git_prompt_info)$(virtualenv_prompt_info) ⌚ %{$fg_bold[red]%}%*%{$reset_color%} +%{$ssh%}%{$fg_bold[green]%}%~%{$reset_color%}$(git_prompt_info)$(virtualenv_prompt_info) ⌚ %{$fg_bold[red]%}%*%{$reset_color%} $ ' # RPROMPT='$(ruby_prompt_info)'