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:
parent
50c0219bab
commit
32ee61f203
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue