From: ds6 Date: Thu, 11 Jan 2018 08:39:45 +0000 (-0600) Subject: zsh prompt %m -> %2m X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/a922ca19ff2210f78a39c74a8f7be027de14efdc?ds=inline zsh prompt %m -> %2m --- diff --git a/base/.zshrc b/base/.zshrc index ec0a6cc..33035b5 100644 --- a/base/.zshrc +++ b/base/.zshrc @@ -62,7 +62,7 @@ function portpkg { ## prompt setopt prompt_subst -PROMPT='%F{$VICOL}%n%f@%F{$VICOL}%m%f%(?../%F{red}$?%f)%# ' +PROMPT='%F{$VICOL}%n%f@%F{$VICOL}%2m%f%(?../%F{red}$?%f)%# ' RPROMPT='%F{yellow}${vcs_info_msg_0_:-%~}%f %T' function zle-line-init zle-keymap-select {