Change ZSH theme
This commit is contained in:
parent
2628ce7ea3
commit
80291a43c6
12
.zshrc
12
.zshrc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user