aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-01-22 21:11:52 +0800
committerGuangxiong Lin <[email protected]>2022-01-22 21:11:52 +0800
commit843b8510acd58fa9c1d1df6d8837d0406392e1b2 (patch)
tree1a4cf0c23b8100dad12a822238f8e4ee4a0fc7d2 /.zshrc
parent2a73c0e9167373828763e1965fc6fedda9431509 (diff)
downloaddotfiles-843b8510acd58fa9c1d1df6d8837d0406392e1b2.tar.gz
dotfiles-843b8510acd58fa9c1d1df6d8837d0406392e1b2.tar.bz2
dotfiles-843b8510acd58fa9c1d1df6d8837d0406392e1b2.zip
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.
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
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