From 843b8510acd58fa9c1d1df6d8837d0406392e1b2 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 22 Jan 2022 21:11:52 +0800 Subject: Add fzf config The fzf config is splited into .env and .functions before. It will be hard to remove the config of fzf when I want to replace fzf with other finder (e.g. skim). I place all config related to .fzfrc now. Besides, I add the config to load fzf completion and key bindings. --- .zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 3338baf..61a3e5f 100644 --- a/.zshrc +++ b/.zshrc @@ -64,3 +64,4 @@ source $HOME/.functions [ -f $HOME/.zsh_local ] && source $HOME/.zsh_local [ -f $HOME/.nnnrc ] && source $HOME/.nnnrc +[ -f $HOME/.fzfrc ] && source $HOME/.fzfrc -- cgit v1.2.3