Change ZSH theme

This commit is contained in:
Wiktor Zykubek 2019-10-19 14:45:17 +02:00
parent 2628ce7ea3
commit 80291a43c6

12
.zshrc
View File

@ -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