bugfixed the right path

This commit is contained in:
pika 2024-10-28 14:25:27 +01:00
parent a0b0a6e617
commit 488649b0f6

4
.zshrc
View file

@ -616,8 +616,8 @@ _environment(){
fi
fi
if [ -d "$HOME/go/" ]; then
export PATH="$HOME/go:$PATH"
if [ -d "$HOME/go/bin" ]; then
export PATH="$HOME/go/bin:$PATH"
fi
}