Files
zsh/configs/terminal.zsh
2025-11-04 11:45:38 +01:00

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