dotfiles/home/private_dot_config/zsh/zexists.d/cmd/zoxide.zsh
2024-01-08 17:08:18 -06:00

9 lines
170 B
Bash

#!/usr/bin/env zsh
if is-exe lsd; then
export _ZO_FZF_OPTS="--preview 'command lsd --tree --color always --icon always {2..}'"
fi
eval "$(zoxide init zsh --cmd cd)"