|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# Look in ~/.oh-my-zsh/themes/
|
|
|
|
|
# Optionally, if you set this to "random", it'll load a random theme each
|
|
|
|
|
# time that oh-my-zsh is loaded.
|
|
|
|
|
ZSH_THEME="sorin"
|
|
|
|
|
ZSH_THEME="dallas"
|
|
|
|
|
|
|
|
|
|
# Comment this out to disable weekly auto-update checks
|
|
|
|
|
#DISABLE_AUTO_UPDATE="true"
|
|
|
|
@ -44,6 +44,10 @@ antigen bundle zsh-users/zsh-history-substring-search
|
|
|
|
|
|
|
|
|
|
# Load the theme.
|
|
|
|
|
antigen theme $ZSH_THEME
|
|
|
|
|
DALLAS_CURRENT_TIME_="%{$fg[yellow]%}%T%{$fg[white]%}|%{$reset_color%}"
|
|
|
|
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}✗ "
|
|
|
|
|
DALLAS_CURRENT_LOCA_="%{$fg[cyan]%}%~\$(git_prompt_info)%{$reset_color%}"
|
|
|
|
|
PROMPT="$DALLAS_CURRENT_TIME_$DALLAS_CURRENT_LOCA_$DALLAS_PROMPT_CHAR_ "
|
|
|
|
|
|
|
|
|
|
antigen apply
|
|
|
|
|
|
|
|
|
|