fish: add bun global bin path

This commit is contained in:
Oleksandr Smirnov 2025-09-07 19:26:08 +03:00
parent 7ee2d287a7
commit 9a323f5cd3
No known key found for this signature in database

View file

@ -4,8 +4,8 @@ set -g GOBIN $GOPATH/bin
set -g PATH $GOBIN $PATH
set -g PATH $HOME/bin $PATH
set -g PATH $HOME/.local/bin $PATH
set -g PATH $HOME/.bun/bin $PATH
set -g PATH node_modules/.bin $PATH
set -g PATH .bin $PATH
if type -q nvim