From 525d0a6fab15a221bffe90058ad8c556ea63d6c0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 18 Mar 2024 11:10:43 +0300 Subject: [PATCH] dotfiles/zshrc: remove node_modules/bin Don't need this anymore since we've moved on to DSpace 7 everywhere. --- dotfiles/zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 59e1a86..3d7d9e8 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -27,11 +27,6 @@ compinit if [[ "$OSTYPE" =~ ^linux.*$ ]]; then PATH=~/.local/bin:$PATH - # System Node.js with local "global" package prefix, for DSpace build environment: - # $ npm config set prefix ~/.node_modules - # $ npm install -g bower grunt grunt-cli - PATH=$PATH:~/.node_modules/bin - {%@@ if profile == "knafeh" or profile == "balozi" @@%} # Export these variables in our TTY so that Sway can read them when it # starts. It's not pretty, but it's all we can do since support for