Added FZF plugin for ZSH

This commit is contained in:
Fabio Scotto di Santolo
2025-07-24 18:19:58 +02:00
parent 963e64a260
commit d621cbec64
5 changed files with 51 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ alias ls="eza --color=always --group-directories-first --icons"
# Replace some more things with better alternatives
if is_debian_based; then
alias bat='batcat'
alias fd='fdfind'
fi
alias cat='bat --style header --style snip --style changes --style header --pager never'