mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11: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
|
||||
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)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user