summaryrefslogtreecommitdiffstats
path: root/config/sh/env
diff options
context:
space:
mode:
Diffstat (limited to 'config/sh/env')
-rw-r--r--config/sh/env4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/sh/env b/config/sh/env
index e0948da..70dcc7c 100644
--- a/config/sh/env
+++ b/config/sh/env
@@ -17,7 +17,9 @@ export TEXINPUTS=".:$HOME/.config/tex:"
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 FZF_DEFAULT_COMMAND="rg --hidden -l ."
+export SKIM_DEFAULT_OPTIONS="--reverse --inline-info --bind=tab:down,shift-tab:up,change:top"
+export SKIM_DEFAULT_COMMAND="rg --hidden -l ."
export FANCY_PROMPT_COLORS="user_doy=bright_blue,host_mz-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"