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