Mise à jour de 'zsh/themes/deblan/deblan.zsh-theme'

This commit is contained in:
Simon Vieille 2021-02-12 11:29:47 +01:00
parent 32067e6f39
commit 92ef53db3d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function deblan_precmd() {
fi
prompt_content="$prompt_content %{$fg_bold[white]%}$current_directory"
prompt_width="${#${(%):-$PS1}}"
prompt_width="${#${(%):-$prompt_content}}"
term_width=$(tput cols)
if [[ "$prompt_width*1.3" -gt $term_width ]]; then