don't assume home in /home

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2022-01-10 22:46:55 -05:00
parent df4823863f
commit ff8c7255c3

2
zshrc
View file

@ -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,