From e70ca0f65ca00a534fb7d07f3816e9670d0704af Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 19 Oct 2022 15:03:32 +0200 Subject: [PATCH] [Fish] Remove `node_modules/.bin' from PATH --- org/config/fish.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/org/config/fish.org b/org/config/fish.org index 35d3257..c06d898 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -173,7 +173,6 @@ my own executables, and some more. #+NAME: extra-paths | 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]] | | $GOPATH/bin | Go binaries and executables | | $CARGO_HOME/bin | Rust binaries and executables | @@ -188,8 +187,7 @@ my own executables, and some more. paths " \\\n") #+END_SRC -#+RESULTS[5dedcba52b12f9026e90c3b1b91a65d60c139ede]: generate-extra-paths -: node_modules/.bin \ +#+RESULTS[8fe70e73420376a50897de0f9518689ec3088288]: generate-extra-paths : $HOME/.local/bin \ : $GOPATH/bin \ : $CARGO_HOME/bin \