mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
full width separator for af-magic theme
This commit is contained in:
parent
615e41b0ec
commit
3a2160cfef
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi
|
||||||
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
||||||
|
|
||||||
# primary prompt
|
# primary prompt
|
||||||
PROMPT='$FG[237]------------------------------------------------------------%{$reset_color%}
|
PROMPT_SEP=`printf '-%.0s' {1..$COLUMNS}`
|
||||||
|
PROMPT='$FG[237]$PROMPT_SEP%{$reset_color%}
|
||||||
$FG[032]%~\
|
$FG[032]%~\
|
||||||
$(git_prompt_info) \
|
$(git_prompt_info) \
|
||||||
$FG[105]%(!.#.»)%{$reset_color%} '
|
$FG[105]%(!.#.»)%{$reset_color%} '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue