[Fish] Add local node_module’s bin to path
This commit is contained in:
parent
10e1695b16
commit
fa2e092f89
@ -172,7 +172,8 @@ my own executables, and some more.
|
|||||||
|
|
||||||
#+NAME: extra-paths
|
#+NAME: extra-paths
|
||||||
| additional path | what it leads to |
|
| additional path | what it leads to |
|
||||||
|--------------------------+--------------------------------------|
|
|--------------------------+---------------------------------------------------|
|
||||||
|
| node_modules/.bin | The current directory’s NPM binaries if it exists |
|
||||||
| $HOME/.local/bin | Custom executables, see [[file:bin.org]] |
|
| $HOME/.local/bin | Custom executables, see [[file:bin.org]] |
|
||||||
| $GOPATH/bin | Go binaries and executables |
|
| $GOPATH/bin | Go binaries and executables |
|
||||||
| $CARGO_HOME/bin | Rust binaries and executables |
|
| $CARGO_HOME/bin | Rust binaries and executables |
|
||||||
@ -187,7 +188,8 @@ my own executables, and some more.
|
|||||||
paths " \\\n")
|
paths " \\\n")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+RESULTS[8fe70e73420376a50897de0f9518689ec3088288]: generate-extra-paths
|
#+RESULTS[5dedcba52b12f9026e90c3b1b91a65d60c139ede]: generate-extra-paths
|
||||||
|
: node_modules/.bin \
|
||||||
: $HOME/.local/bin \
|
: $HOME/.local/bin \
|
||||||
: $GOPATH/bin \
|
: $GOPATH/bin \
|
||||||
: $CARGO_HOME/bin \
|
: $CARGO_HOME/bin \
|
||||||
|
Loading…
Reference in New Issue
Block a user