From a9ee16f739bdff8e8c2a39e54caf2ae1a5070ce2 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 22 Nov 2021 13:17:55 +0100 Subject: [PATCH] Remove home/bin path as it's automatically included by .profile --- zshrc | 1 - 1 file changed, 1 deletion(-) 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 -- 2.44.0