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 # Theme
#~~~~~~~ #~~~~~~~
PROMPT='%B%F{blue}%n%F{blue}@%F{blue}%m%f%b in %B%F{green}%~%f%b$ (git_prompt_info) ZSH_THEME='bira'
%(?:$ :%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=''
#~~~~~~~~~ #~~~~~~~~~
# Plugins # Plugins
#~~~~~~~~~ #~~~~~~~~~
plugins=( plugins=(
git
zsh-syntax-highlighting zsh-syntax-highlighting
vi-mode vi-mode
command-not-found command-not-found
git-open
git
) )
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh