zsh theme and disable pure
parent
dde6067fef
commit
4b5370ad2c
7
zshrc
7
zshrc
|
@ -8,7 +8,8 @@
|
|||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||
ZSH_THEME="michelebologna"
|
||||
#ZSH_THEME="michelebologna"
|
||||
ZSH_THEME="murilasso"
|
||||
|
||||
# Set list of themes to pick from when loading at random
|
||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||
|
@ -97,3 +98,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
|
||||
#fpath+=('/home/sundowndev/.npm-global/lib/node_modules/pure-prompt/functions')
|
||||
#autoload -U promptinit; promptinit
|
||||
#prompt pure
|
||||
|
|
Loading…
Reference in New Issue