From ff8c7255c348b86ccdb845a1c68623cb522ffa8c Mon Sep 17 00:00:00 2001 From: Naman Sood Date: Mon, 10 Jan 2022 22:46:55 -0500 Subject: [PATCH] don't assume home in /home Signed-off-by: Naman Sood --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 25bb72e..e292eb3 100644 --- a/zshrc +++ b/zshrc @@ -4,7 +4,7 @@ alias lntexheader='ln -s ~/coursenotes/nsdheader.sty $(pwd)' EDITOR=vim # 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,