1
0
Fork 0

dallas theme

This commit is contained in:
Alexander Yakovlev 2018-11-05 19:44:25 +07:00
parent cf33a004ae
commit 47169f91de
1 changed files with 5 additions and 1 deletions

6
.zshrc
View File

@ -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