summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-08-03 19:53:40 -0400
committerJesse Luehrs <doy@tozt.net>2022-08-03 19:53:40 -0400
commit634c0647f6e38c4e7e72164b2235fa6d4e6e42b9 (patch)
treeafaeaebe78515b311f77e0af2036f3dfdfef0225 /config
parentd4ad9b772716ac38da7a7e46b9f21692e62806f4 (diff)
downloadconf-634c0647f6e38c4e7e72164b2235fa6d4e6e42b9.tar.gz
conf-634c0647f6e38c4e7e72164b2235fa6d4e6e42b9.zip
update work laptop hostname
Diffstat (limited to 'config')
-rw-r--r--config/sh/env2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sh/env b/config/sh/env
index 9887d1d..ab81b10 100644
--- a/config/sh/env
+++ b/config/sh/env
@@ -18,7 +18,7 @@ export LESS='-QR'
export PERL_CPANM_OPT="-q --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_st-doy2=bright_white,host_tozt=bright_yellow,host_partofme=magenta,host_mail=green,host_hornet=red"
+export FANCY_PROMPT_COLORS="user_doy=bright_blue,host_ma-doy1=bright_white,host_tozt=bright_yellow,host_partofme=magenta,host_mail=green,host_hornet=red"
export PASSWORD_STORE_X_SELECTION=primary
type brew >/dev/null 2>&1 && export PATH="/usr/local/opt/coreutils/libexec/gnubin:/usr/local/opt/findutils/libexec/gnubin:/usr/local/sbin:$PATH"
type brew >/dev/null 2>&1 && export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:/usr/local/opt/findutils/libexec/gnuman:$MANPATH"