Add plugin in zsh configuration and move linux configuration under folder

This commit is contained in:
Fabio Scotto di Santolo
2023-04-02 15:48:31 +02:00
parent 296d40d990
commit 4b9fa5e6bc
12 changed files with 260 additions and 15 deletions

4
linux/.profile.d/go.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
export GOPATH=$HOME/.local/share/Go
export GOBIN=$GOPATH/bin