Cleanup ZSH config

This commit is contained in:
Fabio Scotto di Santolo
2025-08-18 22:20:47 +02:00
parent d5741c38a1
commit 3bce5ef841
10 changed files with 100 additions and 124 deletions

6
zsh/.profile.d/golang.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
if command -v go > /dev/null 2>&1; then
export GOPATH="$HOME/.local/share/Go"
export GOBIN="$GOPATH/bin"
fi