From aaa849a328344b20ad88a7e2be53e2d2a2b7fc0a Mon Sep 17 00:00:00 2001 From: saibotk Date: Sun, 25 Nov 2018 04:26:26 +0100 Subject: [PATCH] fix path in .zshrc to be at home directory --- .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.