mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
fish: add bun global bin path
This commit is contained in:
parent
7ee2d287a7
commit
9a323f5cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -4,8 +4,8 @@ set -g GOBIN $GOPATH/bin
|
||||||
set -g PATH $GOBIN $PATH
|
set -g PATH $GOBIN $PATH
|
||||||
set -g PATH $HOME/bin $PATH
|
set -g PATH $HOME/bin $PATH
|
||||||
set -g PATH $HOME/.local/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 node_modules/.bin $PATH
|
||||||
set -g PATH .bin $PATH
|
|
||||||
|
|
||||||
|
|
||||||
if type -q nvim
|
if type -q nvim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue