7 lines
134 B
Bash
7 lines
134 B
Bash
|
autoload -Uz compinit
|
||
|
compinit
|
||
|
|
||
|
eval "$(sheldon -q --config-file ~/.config/sheldon/plugins.toml source)"
|
||
|
|
||
|
eval "$(starship init zsh)"
|