mac only changes

This commit is contained in:
Thomas G. Lopes
2026-02-20 09:36:57 +00:00
parent 9dea587ee5
commit d061ac49c2
2 changed files with 13 additions and 1 deletions

View File

@@ -154,4 +154,15 @@ set --export PATH $BUN_INSTALL/bin $PATH
# opencode
fish_add_path /home/thomasgl/.opencode/bin
test -f ~/.safe-chain/scripts/init-fish.fish; and source ~/.safe-chain/scripts/init-fish.fish # Safe-chain Fish initialization script
if test (uname) = Darwin
if test -f ~/.safe-chain/scripts/init-fish.fish
source ~/.safe-chain/scripts/init-fish.fish
end
# Google Cloud SDK
if test -f /Users/thomasglopes/google-cloud-sdk/path.fish.inc
source /Users/thomasglopes/google-cloud-sdk/path.fish.inc
end
set -gx PATH /Users/thomasglopes/.local/bin /Users/thomasglopes/google-cloud-sdk/bin $PATH
end