aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/rc/S20_environment
diff options
context:
space:
mode:
Diffstat (limited to 'files/.zsh/rc/S20_environment')
-rw-r--r--files/.zsh/rc/S20_environment2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/.zsh/rc/S20_environment b/files/.zsh/rc/S20_environment
index ebabb5f..6d3107b 100644
--- a/files/.zsh/rc/S20_environment
+++ b/files/.zsh/rc/S20_environment
@@ -35,5 +35,7 @@ export LESS_TERMCAP_so=$'\E[01;44;33m'
export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;32m'
+export FZF_DEFAULT_OPTS="--color=light"
+
# vim: et ft=zsh :