Skip to content

Guard oh-my-zsh source in zshrc with existence check #74

Description

@jangroth

source $ZSH/oh-my-zsh.sh at files/zsh/zshrc:15 has no existence guard. On a fresh machine before make install, opening any interactive shell fails fatally. Fix: wrap with [ -d "$ZSH" ] && source "$ZSH/oh-my-zsh.sh".

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