diff options
| author | Anton Bobov <anton@bobov.name> | 2025-07-16 22:14:06 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-07-16 22:14:06 +0500 |
| commit | 034d16ecc11cf17af9e08c1ea80f9d7251d3be01 (patch) | |
| tree | bf4967e6d8e039a91068a864ab07340902c2ffc2 /files/.zsh/rc/S20_environment | |
| parent | 4f42aa3cb8f8ffa87ada0d9fe307f218166e0cbe (diff) | |
fzf: Move env variables to fzf config
Diffstat (limited to 'files/.zsh/rc/S20_environment')
| -rw-r--r-- | files/.zsh/rc/S20_environment | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/files/.zsh/rc/S20_environment b/files/.zsh/rc/S20_environment index 9006f40..a229b07 100644 --- a/files/.zsh/rc/S20_environment +++ b/files/.zsh/rc/S20_environment @@ -39,16 +39,6 @@ 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" -if [ $(command -v fdfind) ] ; then - export FZF_DEFAULT_COMMAND="fdfind --type file" - export FZF_ALT_C_COMMAND="fdfind --type directory" -elif [ $(command -v fd) ] ; then - export FZF_DEFAULT_COMMAND="fd --type file" - export FZF_ALT_C_COMMAND="fd --type directory" -fi -export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" - # Better `set -x` messages export PS4='+ ${BASH_SOURCE:-}:${FUNCNAME[0]:-}:L${LINENO:-}: ' |
