Source fzf

This commit is contained in:
Blallo 2021-03-18 11:13:16 +01:00
parent 7b985140cf
commit f4e5d8a7e2
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

2
.zshrc
View file

@ -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: