From 059c27813ef52a3486000ab908f9af47f3d098f1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 5 Feb 2021 01:38:23 -0700 Subject: Add new features to vim, fix problems with new workspaces --- .config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index c6b6996..4f0f050 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -10,6 +10,9 @@ PS1="%{$fg_bold[red]%}[%{$fg_bold[yellow]%}%n%{$fg_bold[green]%}@%{$fg_bold[blue # Load aliases if existent. [[ -f $HOME/.config/shell/aliasrc ]] && . ~/.config/shell/aliasrc +# Source nvm if existent. +# [[ -f /usr/share/nvm/init-nvm.sh ]] && . /usr/share/nvm/init-nvm.sh + # History cache. HISTFILE=$HOME/.cache/zsh/history HISTSIZE=10000 -- cgit v1.2.3-70-g09d2