From ae019aa320aec0df50e4d69eb5d25efb8a09cce5 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 14 Jun 2021 21:47:41 +0200 Subject: [PATCH] [ZSH] Simplify oh-my-zsh loading --- shells/zshrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/shells/zshrc b/shells/zshrc index b4027d1..3c27e73 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -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/