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