mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Make prompt end in '$' and newline for clarity
When nested deep in long directories or branches, the prompt is at the end of the terminal, so it's better on a newline by default and always in the same place.
This commit is contained in:
parent
d848c94804
commit
4c3e0ce86f
1 changed files with 1 additions and 1 deletions
|
|
@ -225,4 +225,4 @@ build_prompt() {
|
|||
prompt_end
|
||||
}
|
||||
|
||||
PROMPT='%{%f%b%k%}$(build_prompt) '
|
||||
PROMPT='%{%f%b%k%}$(build_prompt) '$'\n$ '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue