From f1998312c4137e8b4ace7217c1ca16ee3d909df0 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 25 Nov 2018 11:32:52 +0100 Subject: [PATCH] change from static path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index e8dcf94..721f680 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,7 @@ # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH="/Users/jan/.oh-my-zsh" +export ZSH="$HOME/.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.