Remove nvm and unused zsh plugins from zshrc

This commit is contained in:
Pavle Portic 2023-10-26 14:46:42 +02:00
parent d385a16636
commit cfc4c80d01
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
2 changed files with 0 additions and 7 deletions

View File

@ -1,6 +1,5 @@
vim.g.mapleader = " "
-- Lazy.nvim
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"

View File

@ -14,8 +14,6 @@ HYPHEN_INSENSITIVE="true"
DISABLE_AUTO_UPDATE="true"
plugins=(
archlinux
aws
colored-man-pages
common-aliases
docker
docker-compose
@ -99,9 +97,5 @@ if which pyenv &> /dev/null; then
eval "$(pyenv init -)"
fi
# nvm setup
export NVM_DIR="$HOME/.local/share/nvm"
source /usr/share/nvm/init-nvm.sh
# startx on tty1
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec startx -- vt1; fi