zsh: Change prompt theme
powerlevel9k is just way too heavy
This commit is contained in:
parent
5c156c3409
commit
9173787220
18
.zshrc
18
.zshrc
@ -6,8 +6,8 @@ export LANG="en_US.UTF-8"
|
|||||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
# 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.
|
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||||
ZSH_THEME="powerlevel9k/powerlevel9k"
|
#ZSH_THEME="powerlevel9k/powerlevel9k"
|
||||||
#ZSH_THEME="theunraveler"
|
ZSH_THEME="agnoster"
|
||||||
|
|
||||||
#CASE_SENSITIVE="true"
|
#CASE_SENSITIVE="true"
|
||||||
#HYPHEN_INSENSITIVE="true"
|
#HYPHEN_INSENSITIVE="true"
|
||||||
@ -24,19 +24,7 @@ ZSH_THEME="powerlevel9k/powerlevel9k"
|
|||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git)
|
plugins=(git)
|
||||||
|
|
||||||
POWERLEVEL9K_DIR_HOME_FOREGROUND='0'
|
DEFAULT_USER=salt
|
||||||
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)
|
|
||||||
|
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
|
Loading…
Reference in New Issue
Block a user