We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845a69e commit a658481Copy full SHA for a658481
config/fish/config.fish
@@ -13,6 +13,7 @@ test -d $HOME/.cargo/bin; and fish_add_path $HOME/.cargo/bin
13
14
# go
15
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
17
18
# dotnet
19
if test -d $HOME/.dotnet
@@ -38,8 +39,8 @@ set -gx PATH "$PNPM_HOME" $PATH
38
39
# ~/.local/bin
40
test -d $HOME/.local/bin; and fish_add_path $HOME/.local/bin
41
-# go
42
-test -d $HOME/go/bin; and fish_add_path $HOME/go/bin
+# orbstack
43
+test -d $HOME/.orbstack; and fish_add_path $HOME/.orbstack/bin
44
45
# 1Password SSH
46
set SSH_AUTH_SOCK $HOME/.1password/agent.sock
0 commit comments