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
|
||||
#~~~~~~~
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user