From 2ecd9eab75385ff97bc34e59113ad2f8b6db0fc5 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 6 Sep 2016 20:07:29 -0400 Subject: [PATCH] Use /Users/shadowfacts instead of hardcoding home dir --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2184be1..7c26bd6 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,4 @@ -export ZSH=/Users/shadowfacts/.oh-my-zsh +export ZSH=$HOME/.oh-my-zsh ZSH_THEME="shadowfacts"