fix misc theme issues

feature/symbol-search
bretello 2020-02-27 18:19:52 +01:00
parent 89daeeb5ee
commit 1f7a297a6a
1 changed files with 3 additions and 1 deletions

View File

@ -3,9 +3,11 @@ env DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT DOTFILES=$DOTFILES zsh -f $DOTF
autoload -Uz compinit
compinit
ZSH=$(antibody path robbyrussell/oh-my-zsh)
source <(antibody init)
export ZSH=$(antibody path robbyrussell/oh-my-zsh)
export ZSH_THEME="brethil"
export VIRTUAL_ENV_DISABLE_PROMPT=1 # theme-related
antibody bundle < $DOTFILES/antibody_plugins.txt
uname="$(uname -a)"