]> git.lizzy.rs Git - i3-setup.git/commitdiff
Revert "Remove home/bin path as it's automatically included by .profile"
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 13:11:08 +0000 (14:11 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 13:11:08 +0000 (14:11 +0100)
.profile is not run by zsh at startup

This reverts commit a9ee16f739bdff8e8c2a39e54caf2ae1a5070ce2.

zshrc

diff --git a/zshrc b/zshrc
index f163de9065b7b10c6cb794a21049cfe6373ec107..8459e26ad494fef85758bfa61c02b93b03adc69e 100644 (file)
--- 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