You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
382 B
13 lines
382 B
# Setup fzf |
|
# --------- |
|
if [[ ! "$PATH" == *~/.zcomet/repos/junegunn/fzf/bin* ]]; then |
|
export PATH="${PATH:+${PATH}:}~/.zcomet/repos/junegunn/fzf/bin" |
|
fi |
|
|
|
# Auto-completion |
|
# --------------- |
|
[[ $- == *i* ]] && source "~/.zcomet/repos/junegunn/fzf/shell/completion.zsh" 2> /dev/null |
|
|
|
# Key bindings |
|
# ------------ |
|
source "${HOME}/.zcomet/repos/junegunn/fzf/shell/key-bindings.zsh"
|
|
|