removed trailing spaces
parent
c7f6e80ad0
commit
bb6354e205
|
|
@ -48,13 +48,10 @@ detect_venv() {
|
||||||
prompt() {
|
prompt() {
|
||||||
detect_venv
|
detect_venv
|
||||||
|
|
||||||
PS1="${TITLEBAR}┌─$(modern_scm_prompt)[${cyan}\u${normal}][${cyan}\w${normal}]$(is_vim_shell)
|
PS1="${TITLEBAR}┌─$(modern_scm_prompt)[${cyan}\u${normal}][${cyan}\w${normal}]$(is_vim_shell)\n└─▪ ${python_venv}${dir_color} "
|
||||||
└─▪ ${python_venv}${dir_color} "
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PS2="└─▪ "
|
PS2="└─▪ "
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
safe_append_prompt_command prompt
|
safe_append_prompt_command prompt
|
||||||
Loading…
Reference in New Issue