[ZSH] Simplify oh-my-zsh loading

This commit is contained in:
Marcel Kapfer 2021-06-14 21:47:41 +02:00
parent 186fe3618a
commit ae019aa320
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 5 deletions

View File

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