feat: fzf

This commit is contained in:
Ahmad Ansori Palembani 2024-09-25 13:03:46 +07:00
parent d5ee524559
commit 756e230c3f
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -82,6 +82,11 @@ _command_exists pyenv && {
_command_exists zoxide && eval "$(zoxide init zsh)"
_command_exists fzf && {
source <(fzf --zsh)
FZF_ALT_C_COMMAND="" # use zoxide instead
}
case "$OSTYPE" in
"darwin"* )
test -e "${ZDOTDIR}/.iterm2_shell_integration.zsh" && source "${ZDOTDIR}/.iterm2_shell_integration.zsh"