From 23494013c81ae8dd87c247214d76d0e3a1252ae4 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Wed, 20 May 2026 23:10:36 +0200 Subject: [PATCH] =?UTF-8?q?Feat:=20Entfernt=20gel=C3=B6schte=20Zeile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05-config-usrland.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/05-config-usrland.sh b/05-config-usrland.sh index dee4454..8cb4d4b 100755 --- a/05-config-usrland.sh +++ b/05-config-usrland.sh @@ -12,7 +12,6 @@ cp ./data/etc/profile.d/* /etc/profile.d/ # Copy Zsh-Files mkdir -p $HOME/oh-my-zsh/themes cp ./data/home/zshrc $HOME/zshrc -cp -r ./data/home/oh-my-zsh/themes/* $HOME/oh-my-zsh/themes grep -q '^source /etc/profile' /etc/zsh/zprofile || echo 'source /etc/profile' >> /etc/zsh/zprofile