Skip to content

Commit a631fa7

Browse files
committed
Fish
1 parent f5fc189 commit a631fa7

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

fish/conf.d/25-rbenv.fish

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,20 @@ if test -d /workspaces/github
7575
"$RAILS_ROOT/vendor/gitrpcd/build" \
7676
"$RAILS_ROOT/bin" \
7777
"$RAILS_ROOT/vendor/node" \
78-
"/usr/local/share" \
79-
"/usr/local/go/bin" \
80-
"/go/bin" \
78+
/usr/local/share \
79+
/usr/local/go/bin \
80+
/go/bin \
8181
"/root/.rbenv/bin" \
82-
"/usr/local/share/rbenv/bin" \
83-
"/usr/local/sbin" \
84-
"/usr/local/bin" \
85-
"/usr/sbin" \
86-
"/usr/bin" \
87-
"/sbin" \
88-
"/bin" \
82+
/usr/local/share/rbenv/bin \
83+
/usr/local/sbin \
84+
/usr/local/bin \
85+
/usr/sbin \
86+
/usr/bin \
87+
/sbin \
88+
/bin \
8989
"/workspaces/insights-dataplatform/.dotnet" \
9090
"/workspaces/actions/actions-dotnet/.dotnet" \
91-
"/workspaces/actions/actions-codespaces/script" \
91+
/workspaces/actions/actions-codespaces/script \
9292
"$RAILS_ROOT/vendor/node/bin" \
9393
"$RAILS_ROOT-ui/node_modules/.bin"
9494

0 commit comments

Comments
 (0)