Skip to content

Commit

Permalink
Update sobole.zsh-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored May 5, 2024
1 parent 6cd1554 commit 864ae33
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sobole.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@
# These settings changes how your terminal prompt looks like
# ----------------------------------------------------------------------------

if [[ "$USER" == 'root' ]] || [[ "$(id -u "$USER")" == 0 ]]; then
CARETCOLOR="red"
elif [[ "$SOBOLE_THEME_MODE" == 'dark' ]]; then
CARETCOLOR='white'
else
CARETCOLOR='black'
fi

PROMPT='$(current_venv)$(user_info)$(current_dir) $(git_prompt_info)
$(current_caret) '

Expand Down

0 comments on commit 864ae33

Please sign in to comment.