From 82c4a7d45197ba8fdc1c301522099ba39d9f6e5a Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 10 Aug 2022 10:22:59 +0200 Subject: [PATCH] zsh: Arreglar PS1 para no tener un caracter invisible --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 71aa591..859e353 100644 --- a/.zshrc +++ b/.zshrc @@ -31,7 +31,7 @@ zstyle ':vcs_info:*' enable git precmd () { vcs_info } setopt promptsubst -PS1=$'%{\e]133;A%}$''%F{5} %3~ ${vcs_info_msg_0_}%f%# ' +PS1=$'%{\e]133;A%}''%F{5} %3~ ${vcs_info_msg_0_}%f%# ' "$REMOTE" && PS1='%n@%m '$PS1 alias ls='ls --color=always'