summaryrefslogtreecommitdiffstats
path: root/sh
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2018-05-28 15:20:36 -0700
committerJesse Luehrs <doy@tozt.net>2018-05-28 15:21:36 -0700
commit1f7f59b54e2b0129e9e46dab4a0c2edb2433c7ff (patch)
tree7ced727f54a98606f60ed948d22158853121abc1 /sh
parent580ae5315181789ac9f2e827482ac97ac27018b8 (diff)
downloadconf-1f7f59b54e2b0129e9e46dab4a0c2edb2433c7ff.tar.gz
conf-1f7f59b54e2b0129e9e46dab4a0c2edb2433c7ff.zip
fix hostname colors
Diffstat (limited to 'sh')
-rw-r--r--sh/env2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/env b/sh/env
index f6f44d6..f8a0504 100644
--- a/sh/env
+++ b/sh/env
@@ -15,6 +15,6 @@ export NOPASTE_SSH_MODE=0644
export PERL_CPANM_OPT="-q --mirror file://$HOME/perl5/minicpan/ --mirror http://mirrors.kernel.org/cpan/ --mirror http://cpan.metacpan.org/ --prompt"
export FZF_DEFAULT_OPTS="--reverse --inline-info --bind=tab:down,shift-tab:up,change:top"
export FZF_DEFAULT_COMMAND="ag --hidden -l ."
-export FANCY_PROMPT_COLORS="user_doy=bright_blue,host_lance=red,host_st-doy-1=bright_white,host_bishamon=blue,host_tozt=bright_yellow,host_hush=bright_black"
+export FANCY_PROMPT_COLORS="user_doy=bright_blue,host_lance=red,host_st-doy1=bright_white,host_bishamon=blue,host_tozt=bright_yellow,host_hush=bright_black"
# vim:ft=sh: