diff --git a/zsh/.zshrc b/zsh/.zshrc index 7ad4003..046c133 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -68,14 +68,8 @@ local branch="\$(parse_git_branch)" local exit_code="%(?..${red}%?%f)" setopt prompt_subst -if [[ $LOCAL_SESSION -eq 1 ]]; then - export PROMPT="${prompt}" - export RPROMPT="${exit_code} ${lbrkt}${user}${colon}${host}${colon}${dir}${branch}${rbrkt}" -else - 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}" - export RPROMPT="" -fi # aliases source $HOME/.config/zsh/aliases