dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3fe7e8231a71c7d3241552aee5ce75b21925c118
parent 100b4796666dbe0f35f73daec19cb623b6d42bc9
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 21 Aug 2019 10:54:28 +0200

Source system install of fzf for zsh

Diffstat:
M.zshrc | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -238,7 +238,10 @@ _fzf_complete_pass() { . ~/.commands.sh . ~/.locale -[ -f ~/.fzf.zsh ] && . ~/.fzf.zsh +[ -f /usr/share/fzf/key-bindings.zsh ] && \ + . /usr/share/fzf/key-bindings.zsh ] || : +[ -f /usr/share/doc/fzf/key-bindings.zsh ] && \ + . /usr/share/doc/fzf/key-bindings.zsh ] || : # report startup diagnostics if requested [ "$debug_startup" = true ] && zprof || :