]> git.lizzy.rs Git - i3-setup.git/commitdiff
Remove home/bin path as it's automatically included by .profile
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 12:17:55 +0000 (13:17 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 12:17:55 +0000 (13:17 +0100)
zshrc

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