don't assume home in /home
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
df4823863f
commit
ff8c7255c3
1 changed files with 1 additions and 1 deletions
2
zshrc
2
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue