From 1d3bb55cf9058e5435c08e4f7a090822f75454b6 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sat, 21 Jul 2018 17:35:44 +0200 Subject: [PATCH] Change pointing dir for oh-my-zsh: use $HOME instead. --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 0d62ee2..ce15797 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH="/home/jeff/.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.