From c28bcbf901af279c71385f1b79b83fd7694b6ecb Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sat, 27 Jun 2015 05:48:44 -0400 Subject: [PATCH] prompt and colorscheme updates * update colorscheme * update prompt colors --- zsh/prompt.zsh | 6 +++--- zsh/zshrc.symlink | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index 49df6fd..1f5818f 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -45,7 +45,7 @@ needs_push() { then echo "" else - echo "%{$fg_bold[magenta]%}☁%{$reset_color%} " + echo "%{$fg_bold[magenta]%}☁%f " fi } @@ -55,13 +55,13 @@ suspended_jobs() { if [[ $sj == "" ]]; then echo "" else - echo "%{$FG[208]%}✱%{$reset_color%}" + echo "%{$FG[208]%}✱%f" fi } precmd() { vcs_info - print -P '\n%F{013}%~' + print -P '\n%F{207}%~' } export PROMPT='%(?.%F{magenta}.%F{red})❯%f ' diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 9ca18ea..9112df3 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -65,7 +65,7 @@ fi # Base16 Shell # if [ -z "$THEME" ]; then - export THEME="base16-atelierheath" + export THEME="base16-chalk" # fi if [ -z "$BACKGROUND" ]; then export BACKGROUND="dark"