]> git.sev.monster Git - dotfiles.git/commitdiff
zsh prompt %m -> %2m
authords6 <git@ds6.pw>
Thu, 11 Jan 2018 08:39:45 +0000 (02:39 -0600)
committerds6 <git@ds6.pw>
Thu, 11 Jan 2018 08:39:45 +0000 (02:39 -0600)
base/.zshrc

index ec0a6cceed37b4855459734b6826d1bf231e254a..33035b522d36cf8df1ebf6fe543a0fbe7e2f9fee 100644 (file)
@@ -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 {
This page took 0.036255 seconds and 4 git commands to generate.