From 28ac02b05dbff49f93453ebc886b6458030597c6 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Sat, 7 Nov 2020 11:41:56 +0100 Subject: [PATCH] Remove trailing space --- themes/barbuk/barbuk.theme.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/barbuk/barbuk.theme.bash b/themes/barbuk/barbuk.theme.bash index 1e3666d3..89014b1b 100644 --- a/themes/barbuk/barbuk.theme.bash +++ b/themes/barbuk/barbuk.theme.bash @@ -69,7 +69,7 @@ function _exit-code { function _prompt { local exit_code="$?" wrap_char=' ' dir_color=$green ssh_info='' python_venv='' host command_duration - + command_duration=$(_command_duration) _exit-code exit_code @@ -106,4 +106,3 @@ function _prompt { } safe_append_prompt_command _prompt -