mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
chore(zsh): various tweaks to zsh env setup and helpers
This commit is contained in:
5
zshrc
5
zshrc
@@ -116,6 +116,11 @@ fi
|
||||
# Prompt
|
||||
# ==============================================================================
|
||||
|
||||
if ! command-exists starship; then
|
||||
read -q 'REPLY?starship is not installed, install with `rtx install starship`? [y/N]:' &&
|
||||
echo && rtx install starship
|
||||
fi
|
||||
|
||||
if command-exists starship; then
|
||||
eval "$(starship init zsh --print-full-init)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user