Remove trailing space
parent
948369f216
commit
28ac02b05d
|
|
@ -69,7 +69,7 @@ function _exit-code {
|
||||||
|
|
||||||
function _prompt {
|
function _prompt {
|
||||||
local exit_code="$?" wrap_char=' ' dir_color=$green ssh_info='' python_venv='' host command_duration
|
local exit_code="$?" wrap_char=' ' dir_color=$green ssh_info='' python_venv='' host command_duration
|
||||||
|
|
||||||
command_duration=$(_command_duration)
|
command_duration=$(_command_duration)
|
||||||
|
|
||||||
_exit-code exit_code
|
_exit-code exit_code
|
||||||
|
|
@ -106,4 +106,3 @@ function _prompt {
|
||||||
}
|
}
|
||||||
|
|
||||||
safe_append_prompt_command _prompt
|
safe_append_prompt_command _prompt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue