Remove $HOME/bin from PATH, as I dont use it.

This commit is contained in:
the_4n0nym0u53 2021-12-31 16:01:50 +01:00
parent f04204fce4
commit 992dfd97ae
No known key found for this signature in database
GPG key ID: 35EE09F5481049BB

View file

@ -1,5 +1,5 @@
# PATH
export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
export PATH="$PATH:$HOME/.local/bin"
(( ${+commands[go]} )) && export PATH="$PATH:$(go env GOPATH)"
# Essentials