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

.profile is not run by zsh at startup

This reverts commit a9ee16f739.
master
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 changed files with 1 additions and 0 deletions

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