removed trailing spaces

pull/1812/head
tiago 2021-01-23 14:42:58 +00:00
parent c7f6e80ad0
commit bb6354e205
1 changed files with 3 additions and 6 deletions

View File

@ -47,14 +47,11 @@ detect_venv() {
}
prompt() {
detect_venv
PS1="${TITLEBAR}┌─$(modern_scm_prompt)[${cyan}\u${normal}][${cyan}\w${normal}]$(is_vim_shell)
└─▪ ${python_venv}${dir_color} "
PS1="${TITLEBAR}┌─$(modern_scm_prompt)[${cyan}\u${normal}][${cyan}\w${normal}]$(is_vim_shell)\n└─▪ ${python_venv}${dir_color} "
}
PS2="└─▪ "
safe_append_prompt_command prompt
safe_append_prompt_command prompt