zsh: OSC 133 para que foot entienda donde queda la prompt
https://codeberg.org/dnkl/foot/issues/30
This commit is contained in:
parent
3fce1a5303
commit
0af9e3415f
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -31,7 +31,7 @@ zstyle ':vcs_info:*' enable git
|
||||||
precmd () { vcs_info }
|
precmd () { vcs_info }
|
||||||
|
|
||||||
setopt promptsubst
|
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
|
"$REMOTE" && PS1='%n@%m '$PS1
|
||||||
|
|
||||||
alias ls='ls --color=always'
|
alias ls='ls --color=always'
|
||||||
|
|
Loading…
Reference in a new issue