diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-07-12 13:16:03 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-07-12 13:16:03 +0500 |
| commit | 4758d8279a02df45070fab2d3bd2fee0950f17db (patch) | |
| tree | b184fc8dcca6d344bdce0ca8c8c88b76df52624f /files/.zsh/rc/S20_environment | |
| parent | c9cbb782debb73fc4dc8c3e17a2d0b7bcbbfb3ae (diff) | |
Updates.
Diffstat (limited to 'files/.zsh/rc/S20_environment')
| -rw-r--r-- | files/.zsh/rc/S20_environment | 2 |
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 : |
