all repos — dotfiles @ 81be9c0bd5daee14d6a7c0ea72aafd755fd4881a

my *nix dotfiles

Remove `nvm` startup script from .zshrc

Add alias to enable it when needed, instead

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Wed, 27 Mar 2019 14:41:47 +0530
commit

81be9c0bd5daee14d6a7c0ea72aafd755fd4881a

parent

d4843cee046451124fe6f1a54005c406c5a90e32

2 files changed, 1 insertions(+), 5 deletions(-)

jump to
M zsh/.aliaseszsh/.aliases

@@ -15,4 +15,4 @@ alias vpn="vpnon.sh"

alias o="xdg-open" alias gc="git commit -v -s" alias gst="git status --short" - +alias nvmon=". ~/.nvm/nvm.sh"
M zsh/.zshrczsh/.zshrc

@@ -44,7 +44,3 @@ [ -n "$PS1" ] && \

[ -s "$BASE16_SHELL/profile_helper.sh" ] && \ eval "$("$BASE16_SHELL/profile_helper.sh")" -# nvm -export NVM_DIR="$HOME/.nvm" -[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" -[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"