From 47169f91de81c9794af86d6cc30ee7972e48de2f Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Mon, 5 Nov 2018 19:44:25 +0700 Subject: [PATCH] dallas theme --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3156c20..ed4f62d 100644 --- a/.zshrc +++ b/.zshrc @@ -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