9 lines
250 B
Bash
9 lines
250 B
Bash
antigen bundle zdharma-continuum/fast-syntax-highlighting
|
|
antigen bundle Aloxaf/fzf-tab
|
|
|
|
# Starship prompt
|
|
if command -v starship >/dev/null 2>&1; then
|
|
export STARSHIP_CONFIG=~/.config/zsh/configs/starship.toml
|
|
eval "$(starship init zsh)"
|
|
fi
|