diff options
author | Dennis Eriksen <dennis@eriksen.im> | 2016-06-08 10:55:44 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis@eriksen.im> | 2016-06-08 10:55:44 +0200 |
commit | 5b557e037c9a2a4a9f5e251662e1542e1592ea16 (patch) | |
tree | 698f9a639b4012e0bd27b3044365a22b8ac85f73 /prompt_adam3_setup | |
parent | moving the space again (diff) | |
download | adam3-5b557e037c9a2a4a9f5e251662e1542e1592ea16.tar.gz |
removed one too many
Diffstat (limited to 'prompt_adam3_setup')
-rw-r--r-- | prompt_adam3_setup | 2 |
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" |