From a71081ff2ab44c52729a5adb23dda1b11f4ec675 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 7 Feb 2022 16:41:49 -0300 Subject: [PATCH] zsh: Invertir PS1 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ab6af06..76d861a 100644 --- a/.zshrc +++ b/.zshrc @@ -28,7 +28,7 @@ zstyle ':vcs_info:*' enable git precmd () { vcs_info } setopt promptsubst -PS1='%F{5}%3~ ${vcs_info_msg_0_}%f%# ' +PS1='%S%F{5} %3~ ${vcs_info_msg_0_}%f%#%s ' "$REMOTE" && PS1='%n@%m '$PS1 alias ls='ls --color=always'