From 0af9e3415f4af559674123ef6f06ef6d9eba9313 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 10 Aug 2022 00:15:52 +0200 Subject: [PATCH] zsh: OSC 133 para que foot entienda donde queda la prompt https://codeberg.org/dnkl/foot/issues/30 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 91406de..71aa591 100644 --- a/.zshrc +++ b/.zshrc @@ -31,7 +31,7 @@ zstyle ':vcs_info:*' enable git precmd () { vcs_info } setopt promptsubst -PS1='%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'