# Setup fzf # --------- if [[ ! "$PATH" == */home/arne/.config/fzf/bin* ]]; then export PATH="$PATH:/home/arne/.config/fzf/bin" fi # Auto-completion # --------------- [[ $- == *i* ]] && source "/home/arne/.config/fzf/shell/completion.zsh" 2> /dev/null # Key bindings # ------------ source "/home/arne/.config/fzf/shell/key-bindings.zsh"