[ZSH] Simplify oh-my-zsh loading
This commit is contained in:
parent
186fe3618a
commit
ae019aa320
1 changed files with 1 additions and 5 deletions
|
@ -11,11 +11,7 @@ else
|
|||
fi
|
||||
|
||||
# Set path to oh-my-zsh installation.
|
||||
if [[ "$USER" == "ftu15" ]]; then
|
||||
export ZSH=/users/student1/ftu15/.oh-my-zsh
|
||||
else
|
||||
export ZSH=/home/$USER/.oh-my-zsh
|
||||
fi
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
|
||||
# Set name of the theme to load.
|
||||
# Look in ~/.oh-my-zsh/themes/
|
||||
|
|
Loading…
Reference in a new issue