diff --git a/.zshrc b/.zshrc index 6a31d9b..e787fbe 100644 --- a/.zshrc +++ b/.zshrc @@ -12,23 +12,17 @@ export ZSH="$HOME/.oh-my-zsh" #~~~~~~~ # Theme #~~~~~~~ -PROMPT='%B%F{blue}%n%F{blue}@%F{blue}%m%f%b in %B%F{green}%~%f%b$ (git_prompt_info) -%(?:$ :%F{red}$ )%f' - -ZSH_THEME_GIT_PROMPT_PREFIX=' on %B%F{magenta}' -ZSH_THEME_GIT_PROMPT_SUFFIX='%f%b' -ZSH_THEME_GIT_PROMPT_DIRTY='%F{yellow}*' -ZSH_THEME_GIT_PROMPT_UNTRACKED='%F{yellow}*' -ZSH_THEME_GIT_PROMPT_CLEAN='' +ZSH_THEME='bira' #~~~~~~~~~ # Plugins #~~~~~~~~~ plugins=( - git zsh-syntax-highlighting vi-mode command-not-found + git-open + git ) source $ZSH/oh-my-zsh.sh