Initial commit
This commit is contained in:
8
configs/terminal.zsh
Normal file
8
configs/terminal.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user