Updated pathing to use ~ instead of absolute path

This commit is contained in:
Gene Liverman 2017-05-08 11:15:03 -07:00
parent 1b5a7ebf74
commit daae9e12fd
No known key found for this signature in database
GPG key ID: DF2861847B55C749

View file

@ -1,5 +1,5 @@
# Path to your oh-my-zsh installation.
export ZSH=/Users/gliverma/.oh-my-zsh
export ZSH=~/.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.
@ -57,7 +57,7 @@ source $ZSH/oh-my-zsh.sh
# User configuration
source ~/.private-env
[ -f ~/.private-env ] && source ~/.private-env
# export MANPATH="/usr/local/man:$MANPATH"