mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
3 lines
329 B
Bash
3 lines
329 B
Bash
PROMPT=$'%{\e[0;34m%}%B┌─[%b%{$fg[green]%}%n%{\e[1;30m%}@%{\e[0m%}%{$fg[blue]%}%m%{\e[0;34m%}%{$reset_color%}:%{$fg[yellow]%}%d%{\e[0;34m%}%B]%b%{\e[0;34m%}%B[%b%{$fg[red]%}$(git_prompt_info)%{\e[0;34m%}%B]%b%{\e[0m%}
|
|
%{\e[0;34m%}%B└─%B[%{\e[1;35m%}%#%{\e[0;34m%}%B]%b%{$reset_color%} '
|
|
PS2=$' \e[0;34m%}%B>%{\e[0m%}%b '
|