Skip to content

Add command -v guard for starship eval in zshrc #73

Description

@jangroth

eval "$(starship init zsh)" at files/zsh/zshrc:85 has no command -v starship guard. Every other tool in zshrc is guarded; this one is not. Fix: command -v starship &>/dev/null && eval "$(starship init zsh)".

Metadata

Metadata

Assignees

Labels

agent-safeSafe for automated agents to implementtodoTracked TODO item

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions