This repository has been archived on 2026-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotfiles-inist/.fzf.zsh
2024-01-24 10:23:34 +01:00

14 lines
295 B
Bash

# Setup fzf
# ---------
if [[ ! "$PATH" == */home/sublet/.fzf/bin* ]]; then
PATH="${PATH:+${PATH}:}/home/sublet/.fzf/bin"
fi
# Auto-completion
# ---------------
source "/home/sublet/.fzf/shell/completion.zsh"
# Key bindings
# ------------
# source "/home/sublet/.fzf/shell/key-bindings.zsh"