zsh: Installed starship

https://starship.rs/
This commit is contained in:
Ismo Vuorinen
2023-01-31 15:38:41 +02:00
parent a2c3de1b3b
commit 980fc9aa7d
2 changed files with 5 additions and 1 deletions

View File

@@ -148,6 +148,8 @@ brew "ruby"
brew "shellcheck"
# Autoformat shell script source code
brew "shfmt"
# Cross-shell prompt for astronauts
brew "starship"
# Version control system designed to be a better CVS
brew "subversion"
# Send macOS User Notifications from the command-line

4
zshrc
View File

@@ -65,7 +65,7 @@ ssh-add -A 2>/dev/null;
if command -v antigen &> /dev/null; then
antigen use oh-my-zsh
antigen theme oskarkrawczyk/honukai-iterm-zsh honukai
# antigen theme oskarkrawczyk/honukai-iterm-zsh honukai
antigen bundle ssh-agent
antigen bundle colored-man-pages
@@ -114,5 +114,7 @@ if hash gcloud 2>/dev/null; then
[[ -f "$GCLOUD_LOC/completion.zsh.inc" ]] && builtin source "$GCLOUD_LOC/completion.zsh.inc"
fi
eval "$(starship init zsh)"
# Fig post block. Keep at the bottom of this file.
[[ -f "$HOME/.fig/shell/zshrc.post.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.post.zsh"