zsh: show git status as clean with untracked files

feature/symbol-search
bretello 2020-12-03 20:24:31 +01:00
parent f006ac95e7
commit 90d8d7258b
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,14 @@
# 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
# 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)
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)"