5 lines
149 B
Bash
5 lines
149 B
Bash
eval "$(zoxide init zsh --cmd cd)"
|
|
|
|
if is-exe lsd; then
|
|
export _ZO_FZF_OPTS="--preview 'command lsd --tree --color always --icon always {2..}'"
|
|
fi
|