1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-12 05:40:17 +00:00

add support for fzf

This commit is contained in:
Luna 2024-06-07 12:53:25 +02:00
parent 50c0219bab
commit 32ee61f203

4
.zshrc
View file

@ -169,6 +169,10 @@ autoload -U edit-command-line
zle -N edit-command-line
bindkey '^xe' edit-command-line
if iscmd fzf; then
source <(fzf --zsh);
fi
DISABLE_MAGIC_FUNCTIONS=true
source $OTHER/func.zsh
source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"