dotfiles/home/private_dot_config/zsh/zexists.d/cmd/zoxide.zsh
2024-06-12 02:12:43 -05:00

10 lines
225 B
Bash

#!/usr/bin/env zsh
if (( $+commands[eza] )); then
export _ZO_FZF_OPTS="--preview 'command eza --tree --icons=always --color=always {2..}'"
fi
# eval "$(zoxide init zsh --cmd cd)"
smartcache eval zoxide init zsh --cmd cd