prompt and colorscheme updates

* update colorscheme
* update prompt colors
This commit is contained in:
Nick Nisi
2015-06-27 05:48:44 -04:00
parent 2269456703
commit c28bcbf901
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ needs_push() {
then then
echo "" echo ""
else else
echo "%{$fg_bold[magenta]%}☁%{$reset_color%} " echo "%{$fg_bold[magenta]%}☁%f "
fi fi
} }
@@ -55,13 +55,13 @@ suspended_jobs() {
if [[ $sj == "" ]]; then if [[ $sj == "" ]]; then
echo "" echo ""
else else
echo "%{$FG[208]%}✱%{$reset_color%}" echo "%{$FG[208]%}✱%f"
fi fi
} }
precmd() { precmd() {
vcs_info vcs_info
print -P '\n%F{013}%~' print -P '\n%F{207}%~'
} }
export PROMPT='%(?.%F{magenta}.%F{red})%f ' export PROMPT='%(?.%F{magenta}.%F{red})%f '

View File

@@ -65,7 +65,7 @@ fi
# Base16 Shell # Base16 Shell
# if [ -z "$THEME" ]; then # if [ -z "$THEME" ]; then
export THEME="base16-atelierheath" export THEME="base16-chalk"
# fi # fi
if [ -z "$BACKGROUND" ]; then if [ -z "$BACKGROUND" ]; then
export BACKGROUND="dark" export BACKGROUND="dark"