fish changes

This commit is contained in:
Thomas G. Lopes
2026-02-20 17:42:34 +00:00
parent 567a2a3ffc
commit 9bad10d2fd

View File

@@ -152,7 +152,7 @@ set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH set --export PATH $BUN_INSTALL/bin $PATH
# opencode # opencode
fish_add_path /home/thomasgl/.opencode/bin fish_add_path ~/.opencode/bin
if test (uname) = Darwin if test (uname) = Darwin
if test -f ~/.safe-chain/scripts/init-fish.fish if test -f ~/.safe-chain/scripts/init-fish.fish
@@ -165,4 +165,8 @@ if test (uname) = Darwin
end end
set -gx PATH /Users/thomasglopes/.local/bin /Users/thomasglopes/google-cloud-sdk/bin $PATH set -gx PATH /Users/thomasglopes/.local/bin /Users/thomasglopes/google-cloud-sdk/bin $PATH
# opencode
fish_add_path /Users/thomasglopes/.opencode/bin
end end