~/.fzf.zsh # Setup fzf # --------- if [[ ! "$PATH" == */home/nietz/.fzf/bin* ]]; then export PATH="$PATH:/home/nietz/.fzf/bin" fi # Auto-completion # --------------- [[ $- == *i* ]] && source "/home/nietz/.fzf/shell/completion.zsh" 2> /dev/null # Key bindings # ------------ source "/home/nietz/.fzf/shell/key-bindings.zsh" # Environment variables # --------------------- # https://github.com/juneg..