diff options
| author | Anton Bobov <anton@bobov.name> | 2023-09-18 00:27:40 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-10-03 22:10:29 +0500 |
| commit | 3749260d2d8ffd3cb924867d4b1764063dbac68a (patch) | |
| tree | 87124c9061619bbfa82c0311ce38920f2be2d7db /files/.zsh/rc/S20_environment | |
| parent | ac40e0190eaf45eea000a75f92785ec7786924b7 (diff) | |
[zsh] Alias and fzf config
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 e6c47e2..a69bf08 100644 --- a/files/.zsh/rc/S20_environment +++ b/files/.zsh/rc/S20_environment @@ -39,8 +39,10 @@ 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" |
