Revert "Remove home/bin path as it's automatically included by .profile"

.profile is not run by zsh at startup

This reverts commit a9ee16f739bdff8e8c2a39e54caf2ae1a5070ce2.
This commit is contained in:
Elias Fleckenstein 2021-11-22 14:11:08 +01:00
parent a9ee16f739
commit e771959c5f
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2

1
zshrc
View File

@ -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