feat(bashrc): setup fzf shell integration
All checks were successful
Container build / container-build (push) Successful in 5m16s

This commit is contained in:
Job 2024-12-19 19:54:53 +01:00
parent 065eeedce2
commit ece5e86a16
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -11,3 +11,4 @@ export EDITOR=nvim \
alias vi=nvim alias vi=nvim
post() { curl -sF "content=<-" "https://paste.plabble.org/$2?lang=$1" && echo; } post() { curl -sF "content=<-" "https://paste.plabble.org/$2?lang=$1" && echo; }
eval "$(zoxide init --cmd cd bash)" eval "$(zoxide init --cmd cd bash)"
eval "$(fzf --bash)"