Remove font ligatures

This commit is contained in:
Marco Thomas
2022-04-21 12:35:01 +02:00
parent 5ad25d6615
commit 71df36b616
2 changed files with 6 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ DIR="%{$fg[blue]%}%~"
GIT="%{$fg[red]%}\$vcs_info_msg_0_"
# if [[ -n "$SSH_CONNECTION" ]]; then
PC="%B%{$fg[yellow]%}%m%b "
PC="%{$fg[yellow]%}%m "
# fi
export PROMPT="${PC}${DIR}${GIT} ${ICON}%{$reset_color%} "