mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-01 02:11:30 +01:00
zsh: show git status as clean with untracked files
This commit is contained in:
parent
f006ac95e7
commit
90d8d7258b
|
@ -1,11 +1,14 @@
|
||||||
# Check for update, set DISABLE_UPDATE_PROMPT=yes to disable the prompt and automatically update
|
# Check for update, set DISABLE_UPDATE_PROMPT=yes to disable the prompt and automatically update
|
||||||
env DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT DOTFILES=$DOTFILES zsh -f $DOTFILES/check_for_update.sh
|
env DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT DOTFILES=$DOTFILES zsh -f $DOTFILES/check_for_update.sh
|
||||||
|
|
||||||
|
# theme-related variables
|
||||||
|
export ZSH_THEME="brethil"
|
||||||
|
export DISABLE_UNTRACKED_FILES_DIRTY=true
|
||||||
|
export VIRTUAL_ENV_DISABLE_PROMPT=true
|
||||||
|
|
||||||
|
# Source all other plugins
|
||||||
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