2021-12-08 09:38:24 -06:00
|
|
|
autoload -Uz compinit
|
|
|
|
compinit
|
|
|
|
|
2022-07-31 11:40:45 -05:00
|
|
|
if is-executable sheldon; then
|
|
|
|
eval "$(sheldon -q --config-file ~/.config/sheldon/plugins.toml source)"
|
|
|
|
fi
|
2021-12-08 09:38:24 -06:00
|
|
|
|
2022-07-31 11:40:45 -05:00
|
|
|
# TODO: make decent fall back shell
|
|
|
|
|
|
|
|
is-executable starship && eval "$(starship init zsh)"
|
2022-02-08 09:38:03 -06:00
|
|
|
|
2022-07-31 11:40:45 -05:00
|
|
|
is-executable zoxide && eval eval "$(zoxide init zsh --cmd cd)"
|