Browse Source

Source fzf

Blallo 3 years ago
parent
commit
f4e5d8a7e2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .zshrc

+ 2 - 0
.zshrc

@@ -247,4 +247,6 @@ if [ -f ${HOME}/.zshrc.local ]; then
   . ${HOME}/.zshrc.local
 fi
 
+# [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
+
 # vim: set ft=zsh et sw=0 ts=2 sts=0: