From d1e3d118863d0b043c61d8adecd9613551da83bd Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Fri, 25 Aug 2017 21:03:42 -0500 Subject: [PATCH] updated zshrc --- .zshrc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.zshrc b/.zshrc index c97152f..6c0d501 100644 --- a/.zshrc +++ b/.zshrc @@ -2,12 +2,12 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. - export ZSH=/home/josh/.oh-my-zsh + export ZSH=/home/joshfabean/.oh-my-zsh # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="agnoster" +ZSH_THEME="robbyrussell" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -54,7 +54,7 @@ ZSH_THEME="agnoster" plugins=(git) source $ZSH/oh-my-zsh.sh - +source ~/.profile # User configuration # export MANPATH="/usr/local/man:$MANPATH" @@ -84,9 +84,8 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" # +export NVM_DIR="$HOME/.nvm" + [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm +[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -[ -z "NVM_DIR" ] && export NVM_DIR "$HOME/.nvm" -source /usr/share/nvm/nvm.sh -source /usr/share/nvm/bash_completion -source /usr/share/nvm/install-nvm-exec -source /home/joshfabean/.profile +export EDITOR=nvim