From 861606bfc3edf5f96d53c2c5be2cda11933a55f9 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 13 Oct 2023 12:48:43 +0200 Subject: Add npm/bin to PATH --- config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) (limited to 'config/fish') diff --git a/config/fish/config.fish b/config/fish/config.fish index a58cb12..d2870a8 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -11,6 +11,7 @@ else if [ "$(uname)" = 'Darwin' ] end set -gx PATH "$PATH:$HOME/.local/share/go/bin" +set -gx PATH "$PATH:$HOME/.local/share/npm/bin" set -gx PATH "$PATH:$HOME/.local/bin" # applications -- cgit