From 6c311b622559adcd135743fa359dce35b2ce9816 Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Wed, 4 Sep 2024 10:57:18 +0200 Subject: [PATCH] Removed an import that causes problems. --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 21d0978..c1b807e 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,7 @@ # Import from bash -if [ -f $HOME/.bash_profile ]; then - source $HOME/.bash_profile; -fi +# if [ -f $HOME/.bash_profile ]; then +# source $HOME/.bash_profile; +# fi # extra files in ~/.zsh/configs/pre , ~/.zsh/configs , and ~/.zsh/configs/post