dotfiles/home/private_dot_config/zsh/zexists.d/cmd/zoxide.zsh
2024-06-11 12:19:33 -05:00

9 lines
182 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)"