From b1608241e1b6470087a73f79a4eee4f400d043d5 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 22 Jul 2021 21:12:52 +0200 Subject: [PATCH] Don't source /etc/profile in zshrc --- home/.config/zsh/.zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/.config/zsh/.zshrc b/home/.config/zsh/.zshrc index d1cdf92..167783e 100755 --- a/home/.config/zsh/.zshrc +++ b/home/.config/zsh/.zshrc @@ -1,7 +1,5 @@ #!/usr/bin/zsh -source /etc/profile - # ZSH Options setopt auto_cd # cd by typing directory name if it's not a command setopt auto_list # automatically list choices on ambiguous completion