Commit b89cb00a74bb9f50860c38f8cbd2debf049e4665 Parent: 509eee66954a58c8db4a370e6f57220d8360d707 Author: mcol <mcol@posteo.net> Date: 2020-07-28 20:55:49 +0100 Committer: mcol <mcol@posteo.net> Committed: 2020-07-28 20:55:49 +0100 remove unnecessary things from prompt
oh-my-zsh/theme-and-appearance.zsh Modified
@@ -46,10 +46,4 @@ [[ -n "$WINDOW" ]] && SCREEN_NO="%B$WINDOW%b " || SCREEN_NO="" # Apply theming defaults -PS1="%n@%m:%~%# " - -# git theming default: Variables for theming the git info prompt -ZSH_THEME_GIT_PROMPT_PREFIX="git:(" # Prefix at the very beginning of the prompt, before the branch name -ZSH_THEME_GIT_PROMPT_SUFFIX=")" # At the very end of the prompt -ZSH_THEME_GIT_PROMPT_DIRTY="*" # Text to display if the branch is dirty -ZSH_THEME_GIT_PROMPT_CLEAN="" # Text to display if the branch is clean +#PS1="%n@%m:%~%# "