mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fish: add .bin to PATH
This commit is contained in:
parent
93ab549e42
commit
5ca7675e17
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ set -g PATH $HOME/.cargo/bin $PATH
|
|||
set -g PATH $HOME/.bun/bin $PATH
|
||||
set -g PATH $HOME/.cargo/bin $PATH
|
||||
set -g PATH node_modules/.bin $PATH
|
||||
set -g PATH .bin $PATH
|
||||
|
||||
if status is-interactive
|
||||
set fish_greeting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue