From: Elias Fleckenstein Date: Mon, 22 Nov 2021 12:17:55 +0000 (+0100) Subject: Remove home/bin path as it's automatically included by .profile X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a9ee16f739bdff8e8c2a39e54caf2ae1a5070ce2;p=i3-setup.git Remove home/bin path as it's automatically included by .profile --- diff --git a/zshrc b/zshrc index 8459e26..f163de9 100644 --- a/zshrc +++ b/zshrc @@ -1,5 +1,4 @@ export ZSH="$HOME/.oh-my-zsh" -export PATH="$HOME/bin:$PATH" ZSH_THEME="fleckenstein" plugins=(git) source $ZSH/oh-my-zsh.sh