Skip to content

Commit a658481

Browse files
committed
Add orbstack to config.fish, merge go path tests
1 parent 845a69e commit a658481

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/fish/config.fish

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ test -d $HOME/.cargo/bin; and fish_add_path $HOME/.cargo/bin
1313

1414
# go
1515
test -d /usr/local/go/bin; and fish_add_path /usr/local/go/bin/
16+
test -d $HOME/go/bin; and fish_add_path $HOME/go/bin
1617

1718
# dotnet
1819
if test -d $HOME/.dotnet
@@ -38,8 +39,8 @@ set -gx PATH "$PNPM_HOME" $PATH
3839
# ~/.local/bin
3940
test -d $HOME/.local/bin; and fish_add_path $HOME/.local/bin
4041

41-
# go
42-
test -d $HOME/go/bin; and fish_add_path $HOME/go/bin
42+
# orbstack
43+
test -d $HOME/.orbstack; and fish_add_path $HOME/.orbstack/bin
4344

4445
# 1Password SSH
4546
set SSH_AUTH_SOCK $HOME/.1password/agent.sock

0 commit comments

Comments
 (0)