feat(zsh): added zsh config

This commit is contained in:
oxypomme
2024-01-24 10:23:34 +01:00
parent d24df36602
commit 7ad87a14ae
7 changed files with 2724 additions and 21 deletions

13
.fzf.zsh Normal file
View File

@@ -0,0 +1,13 @@
# 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"