mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge ff6ae942de into 291e96dcd0
This commit is contained in:
commit
df163653d6
1 changed files with 6 additions and 1 deletions
|
|
@ -225,4 +225,9 @@ build_prompt() {
|
|||
prompt_end
|
||||
}
|
||||
|
||||
PROMPT='%{%f%b%k%}$(build_prompt) '
|
||||
if [ "${PROMPT_ON_NEWLINE}" = "true" ] ; then
|
||||
PROMPT='╭─%{%f%b%k%}$(build_prompt)
|
||||
╰─ '
|
||||
else
|
||||
PROMPT='%{%f%b%k%}$(build_prompt) '
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue