From 1f7a297a6a121063584fda3d8262cf0e34733a15 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 27 Feb 2020 18:19:52 +0100 Subject: [PATCH] fix misc theme issues --- brethil_dotfile.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index edd7c03..6260ad9 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -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)"