feat: add go/bin to PATH
This commit is contained in:
parent
03db4c3cbd
commit
28139a9225
|
@ -53,7 +53,15 @@ if status is-interactive
|
||||||
alias dt='date "+%Y%m%d-%H%M%S"'
|
alias dt='date "+%Y%m%d-%H%M%S"'
|
||||||
|
|
||||||
# === PATH and file sourcing
|
# === PATH and file sourcing
|
||||||
append_paths ~/go/bin ~/bin ~/.local/bin ~/.yarn/bin ~/.config/yarn/global/node_modules/.bin ~/dotfiles/bin ~/dotfiles/devops/bin ~/Nextcloud/bin
|
append_paths ~/go/bin \
|
||||||
|
~/bin \
|
||||||
|
~/.local/bin \
|
||||||
|
~/.yarn/bin \
|
||||||
|
~/.config/yarn/global/node_modules/.bin \
|
||||||
|
~/dotfiles/bin \
|
||||||
|
~/dotfiles/devops/bin \
|
||||||
|
~/Nextcloud/bin \
|
||||||
|
/usr/local/go/bin
|
||||||
source_files /usr/share/autojump/autojump.fish /usr/local/share/autojump/autojump.fish \
|
source_files /usr/share/autojump/autojump.fish /usr/local/share/autojump/autojump.fish \
|
||||||
~/.jabba/jabba.fish \
|
~/.jabba/jabba.fish \
|
||||||
~/.asdf/asdf.fish \
|
~/.asdf/asdf.fish \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user