Skip to content

Commit 7e7cb5a

Browse files
authored
fix(dpoggi): ensure correct Ghostty rendering (ohmyzsh#13644)
1 parent 2614f52 commit 7e7cb5a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

themes/dpoggi.zsh-theme

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi
22
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
33

4-
PROMPT='%{$fg[$NCOLOR]%}%n%{$reset_color%}@%{$fg[cyan]%}%m\
5-
%{$reset_color%}:%{$fg[magenta]%}%~\
6-
$(git_prompt_info) \
7-
%{$fg[red]%}%(!.#.»)%{$reset_color%} '
4+
PROMPT='%{$fg[$NCOLOR]%}%n%{$reset_color%}@%{$fg[cyan]%}%m%{$reset_color%}:%{$fg[magenta]%}%~$(git_prompt_info) %{$fg[red]%}%(!.#.»)%{$reset_color%} '
85
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
96
RPS1='${return_code}'
107

0 commit comments

Comments
 (0)