mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
fix misc theme issues
This commit is contained in:
parent
89daeeb5ee
commit
1f7a297a6a
|
@ -3,9 +3,11 @@ env DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT DOTFILES=$DOTFILES zsh -f $DOTF
|
||||||
|
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
ZSH=$(antibody path robbyrussell/oh-my-zsh)
|
|
||||||
source <(antibody init)
|
source <(antibody init)
|
||||||
export ZSH=$(antibody path robbyrussell/oh-my-zsh)
|
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
|
antibody bundle < $DOTFILES/antibody_plugins.txt
|
||||||
|
|
||||||
uname="$(uname -a)"
|
uname="$(uname -a)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user