zsh: Remove GOPATH
Should also have been removed long ago
This commit is contained in:
parent
5616035dc4
commit
8bb6b28858
|
@ -1,11 +1,8 @@
|
|||
GOPATH="$HOME/go"
|
||||
|
||||
path=(
|
||||
~/bin
|
||||
~/.local/bin
|
||||
$path
|
||||
~/.cargo/bin
|
||||
$GOPATH/bin
|
||||
)
|
||||
|
||||
# Force antialiasing in java
|
||||
|
|
Reference in a new issue