From 79956e01fd98cb091b07d2c1ffdddffc9817ea1a Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 22 May 2020 23:15:44 +0200 Subject: [PATCH] Remove nvm This makes opening a new shell over 9000% faster (conservative estimate) and increases security by an uncountable amount. If I need node I can use docker. --- .gitmodules | 3 --- home/.nvm | 1 - home/.zshrc.local | 4 ---- nvm | 1 - 4 files changed, 9 deletions(-) delete mode 120000 home/.nvm delete mode 160000 nvm diff --git a/.gitmodules b/.gitmodules index fb95591..905a8ff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "mpv-gallery-view"] path = mpv-gallery-view url = https://github.com/occivink/mpv-gallery-view -[submodule "home/.nvm"] - path = nvm - url = https://github.com/creationix/nvm [submodule "home/.config/awesome/lain"] path = home/.config/awesome/lain url = https://github.com/lcpz/lain diff --git a/home/.nvm b/home/.nvm deleted file mode 120000 index 0f6d29e..0000000 --- a/home/.nvm +++ /dev/null @@ -1 +0,0 @@ -../nvm/ \ No newline at end of file diff --git a/home/.zshrc.local b/home/.zshrc.local index 7e5c37e..2c983f7 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -4,10 +4,6 @@ export GOPATH="$HOME/go" export PATH="$PATH:$GOPATH/bin" -## Node -export NVM_DIR=$(realpath "$HOME/.nvm") -source "$NVM_DIR/nvm.sh" - ## Python (pip) export PATH="$HOME/.local/bin:$PATH" diff --git a/nvm b/nvm deleted file mode 160000 index 07b20d5..0000000 --- a/nvm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 07b20d5008a480f7e579fd34e6d39919909206f4