aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--prompt_adam3_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt_adam3_setup b/prompt_adam3_setup
index a3d13bb..952be3e 100644
--- a/prompt_adam3_setup
+++ b/prompt_adam3_setup
@@ -77,7 +77,7 @@ prompt_adam3_precmd () {
# Changing the prompt based on the length of the prompt, should happen based
# on how long it actually is. The method below will need to be changed.
if [[ $prompt_length -lt 69 ]]; then
- path_prompt="%B%F{$prompt_adam3_color3}%(4~|...|)%3~%b"
+ path_prompt="%B%F{$prompt_adam3_color3}%(4~|...|)%3~%b "
else
space_left=$(( $COLUMNS - $#base_prompt_expanded_no_color - 2 ))
path_prompt="%B%F{$prompt_adam3_color4}%${space_left}<...<%~$prompt_newline%b"