diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2023-10-16 12:33:25 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2023-10-16 12:33:25 +0200 |
| commit | 38487dfb1f7c245fbf82735a0ee17313258a8710 (patch) | |
| tree | 120192e53997522e4b84837abfdd41f369ddf3bd /config | |
| parent | 7b785f7e3f0710513938e055d0a201d8da50c394 (diff) | |
| parent | 861606bfc3edf5f96d53c2c5be2cda11933a55f9 (diff) | |
| download | dotfiles-38487dfb1f7c245fbf82735a0ee17313258a8710.tar.gz dotfiles-38487dfb1f7c245fbf82735a0ee17313258a8710.tar.bz2 dotfiles-38487dfb1f7c245fbf82735a0ee17313258a8710.zip | |
Merge branch 'master' of github.com:cacharle/dotfiles
Diffstat (limited to 'config')
| -rw-r--r-- | config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish index 44a7d42..e3e9e5b 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -12,6 +12,7 @@ end set -gx PATH "$PATH:$HOME/.local/share/go/bin" set -gx PATH "$PATH:$HOME/.local/share/cargo/bin" +set -gx PATH "$PATH:$HOME/.local/share/npm/bin" set -gx PATH "$PATH:$HOME/.local/bin" # applications |
