summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-05-12 13:42:29 -0600
committerAlejandro Soto <alejandro@34project.org>2022-05-12 13:42:29 -0600
commit9b3d8128101aee71e3ca4dce861da942903e8411 (patch)
tree50d12e58f98e7696e531c2e56c6af7d4776d2f5a
parent37c9f6469634cbca3e971bbfdad1fac5d3fcee0b (diff)
shenvs/tabas: add npm bin path
-rw-r--r--shenvs/tabas.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shenvs/tabas.nix b/shenvs/tabas.nix
index ebee6d3..a5d5fb3 100644
--- a/shenvs/tabas.nix
+++ b/shenvs/tabas.nix
@@ -10,6 +10,6 @@ pkgs: {
enter = ''
export PGDATA=$HOME/vtmp/psql
export DOTNET_ROOT=${pkgs.dotnet-sdk}
- export PATH="$PATH:$HOME/.dotnet/tools";
+ export PATH="$PATH:$HOME/.dotnet/tools:$HOME/.npm-packages/bin";
'';
}