Use zoxide as replacement for cd and integrate fzf into history etc.

This commit is contained in:
2025-09-05 14:27:12 +02:00
parent ed76776866
commit 6ee0f000d7

View File

@@ -76,6 +76,9 @@ alias g=goto
alias ff="fd | fzf --preview 'my-cli-preview {}'"
alias ffv="ff | xargs vim"
which fzf > /dev/null && fzf --bash > /dev/null && eval "$(fzf --bash)"
which zoxide > /dev/null && eval "$(zoxide init bash)" && alias cd=z
if [ -f .local/bin/lessfilter ]
then
export LESS='-R'