From daae9e12fd0932f5057d99b201e1bca10e2f50e3 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 8 May 2017 11:15:03 -0700 Subject: [PATCH] Updated pathing to use ~ instead of absolute path --- link/nix/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/link/nix/zshrc b/link/nix/zshrc index b88ebbd..153a42b 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -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"