From e771959c5fb143cad854d3b30398eea65153d0c2 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 22 Nov 2021 14:11:08 +0100 Subject: [PATCH] Revert "Remove home/bin path as it's automatically included by .profile" .profile is not run by zsh at startup This reverts commit a9ee16f739bdff8e8c2a39e54caf2ae1a5070ce2. --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index f163de9..8459e26 100644 --- a/zshrc +++ b/zshrc @@ -1,4 +1,5 @@ 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