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.
legacy
Simon Bruder 2020-05-22 23:15:44 +02:00
parent e75b0c0b12
commit 79956e01fd
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
4 changed files with 0 additions and 9 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -1 +0,0 @@
../nvm/

View File

@ -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"

1
nvm

@ -1 +0,0 @@
Subproject commit 07b20d5008a480f7e579fd34e6d39919909206f4