From 4c3e0ce86fc19ddac43f745a052b308b9291223c Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Sun, 3 Sep 2017 10:30:10 -0700 Subject: [PATCH] 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. --- themes/agnoster.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index 07546fd34..870be8974 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -225,4 +225,4 @@ build_prompt() { prompt_end } -PROMPT='%{%f%b%k%}$(build_prompt) ' +PROMPT='%{%f%b%k%}$(build_prompt) '$'\n$ '