Merge branch 'master' of potokar.us:easton/dotfiles

This commit is contained in:
2025-03-07 19:20:10 -05:00
32 changed files with 22764 additions and 3 deletions

13
.fzf.bash Normal file
View File

@@ -0,0 +1,13 @@
# Setup fzf
# ---------
if [[ ! "$PATH" == */home/contagon/.fzf/bin* ]]; then
export PATH="${PATH:+${PATH}:}/home/contagon/.fzf/bin"
fi
# Auto-completion
# ---------------
[[ $- == *i* ]] && source "/home/contagon/.fzf/shell/completion.bash" 2> /dev/null
# Key bindings
# ------------
source "/home/contagon/.fzf/shell/key-bindings.bash"