Files
dotfiles/zsh/.local/share/vxclutch/bash/init
2025-10-02 22:13:09 -04:00

8 lines
174 B
Plaintext

if command -v starship &> /dev/null; then
eval "$(starship init zsh)"
fi
if command -v brew &> /dev/null; then
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
fi