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.
This commit is contained in:
parent
e75b0c0b12
commit
79956e01fd
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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
nvm
|
@ -1 +0,0 @@
|
|||
Subproject commit 07b20d5008a480f7e579fd34e6d39919909206f4
|
Reference in a new issue