2024-01-08 17:07:54 -06:00
|
|
|
#!/usr/bin/env zsh
|
2023-02-17 09:26:31 -06:00
|
|
|
|
2024-06-11 12:19:33 -05:00
|
|
|
if (( $+commands[eza] )); then
|
|
|
|
export _ZO_FZF_OPTS="--preview 'command eza --tree --icons=always --color=always {2..}'"
|
2023-02-17 09:26:31 -06:00
|
|
|
fi
|
2024-01-08 17:07:54 -06:00
|
|
|
|
2024-06-12 02:12:43 -05:00
|
|
|
# eval "$(zoxide init zsh --cmd cd)"
|
|
|
|
smartcache eval zoxide init zsh --cmd cd
|
2024-01-08 17:07:54 -06:00
|
|
|
|