zsh: Change prompt theme

powerlevel9k is just way too heavy
This commit is contained in:
Salt 2018-02-03 02:21:51 -06:00
parent 5c156c3409
commit 9173787220

18
.zshrc
View File

@ -6,8 +6,8 @@ export LANG="en_US.UTF-8"
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="powerlevel9k/powerlevel9k"
#ZSH_THEME="theunraveler"
#ZSH_THEME="powerlevel9k/powerlevel9k"
ZSH_THEME="agnoster"
#CASE_SENSITIVE="true"
#HYPHEN_INSENSITIVE="true"
@ -24,19 +24,7 @@ ZSH_THEME="powerlevel9k/powerlevel9k"
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
POWERLEVEL9K_DIR_HOME_FOREGROUND='0'
POWERLEVEL9K_DIR_HOME_BACKGROUND='12'
POWERLEVEL9K_DIR_HOME_SUBFOLDER_FOREGROUND='0'
POWERLEVEL9K_DIR_HOME_SUBFOLDER_BACKGROUND='4'
POWERLEVEL9K_DIR_DEFAULT_FOREGROUND='0'
POWERLEVEL9K_DIR_DEFAULT_BACKGROUND='4'
#POWERLEVEL9K_DIR_WRITABLE_FOREGROUND='13'
#POWERLEVEL9K_DIR_WRITABLE_BACKGROUND='0'
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh dir dir_writable status root_indicator)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(vcs)
DEFAULT_USER=salt
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000