diff --git a/theme-functions.sh b/theme-functions.sh index d2f585e..180923e 100644 --- a/theme-functions.sh +++ b/theme-functions.sh @@ -137,7 +137,7 @@ __fancygit_get_poor_notification_area() { # Trim notification_area content notification_area=$(echo "$notification_area" | sed -e 's/[[:space:]]*$//' | sed -e 's/^[[:space:]]*//') - echo "${notification_area//[[:space:]]*$/} " + echo "${notification_area//[[:space:]]*$/}" return fi diff --git a/themes/human.sh b/themes/human.sh index 00830ca..1765254 100644 --- a/themes/human.sh +++ b/themes/human.sh @@ -140,7 +140,7 @@ fancygit_theme_builder() { return fi - PS1="${bold_prompt}${prompt_time}${prompt_user_at_host}${prompt_path}${venv_name} ${prompt_symbol}${is_double_line}${normal_prompt} " + PS1="${bold_prompt}${prompt_time}${prompt_user_at_host}${prompt_path}${venv_name}${prompt_symbol}${is_double_line}${normal_prompt} " } # Here's where the magic happens!