Add eff to open the result of the fuzzy find directly in your editor

This commit is contained in:
David Heinemeier Hansson
2026-02-16 14:08:14 +01:00
parent 8b6e2466a3
commit e055358721

View File

@@ -7,6 +7,7 @@ if command -v eza &> /dev/null; then
fi
alias ff="fzf --preview 'bat --style=numbers --color=always {}'"
alias eff='$EDITOR $(ff)'
if command -v zoxide &> /dev/null; then
alias cd="zd"