This commit is contained in:
2025-10-02 22:13:09 -04:00
parent 55fb5e3756
commit 99ec21d3e2
9 changed files with 37 additions and 50 deletions

View File

@@ -0,0 +1,7 @@
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