Browse Source

updated zshrc

master
Josh Fabean 6 years ago
parent
commit
d1e3d11886
1 changed files with 7 additions and 8 deletions
  1. +7
    -8
      .zshrc

+ 7
- 8
.zshrc View File

@ -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

Loading…
Cancel
Save