dotfiles/home/private_dot_config/zsh/zexists.d/cmd/zoxide.zsh

9 lines
170 B
Bash
Raw Normal View History

2024-01-08 17:07:54 -06:00
#!/usr/bin/env zsh
2023-02-17 09:26:31 -06:00
if is-exe lsd; then
export _ZO_FZF_OPTS="--preview 'command lsd --tree --color always --icon always {2..}'"
fi
2024-01-08 17:07:54 -06:00
eval "$(zoxide init zsh --cmd cd)"