From 867c13882cb6dd46917e454842877644184f3682 Mon Sep 17 00:00:00 2001 From: Johan Vandegriff Date: Tue, 2 Apr 2019 18:37:19 -0400 Subject: [PATCH] fixed zsh path issue --- desktop-settings/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-settings/.zshrc b/desktop-settings/.zshrc index e914a4d..17ba103 100755 --- a/desktop-settings/.zshrc +++ b/desktop-settings/.zshrc @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. - export ZSH="/home/user/.oh-my-zsh" + export ZSH="$HOME/.oh-my-zsh" # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, -- 2.45.2