zsh: Remove inherited RPROMPT
This commit is contained in:
parent
55df9cb410
commit
8362dbef40
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ local exit_code="%(?..${red}%?%f)"
|
||||||
setopt prompt_subst
|
setopt prompt_subst
|
||||||
export PROMPT="${lbrkt}${user}${colon}${host}${colon}${dir}${branch}${rbrkt} ${exit_code}
|
export PROMPT="${lbrkt}${user}${colon}${host}${colon}${dir}${branch}${rbrkt} ${exit_code}
|
||||||
${prompt}"
|
${prompt}"
|
||||||
|
export RPROMPT=''
|
||||||
|
|
||||||
# aliases
|
# aliases
|
||||||
source $HOME/.config/zsh/aliases
|
source $HOME/.config/zsh/aliases
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue