1 2 3 4 5 6
#!/bin/sh export GOPATH="${HOME}/go" export PATH="${HOME}/.local/bin:${GOPATH}/bin:${PATH}" export EDITOR='nvim'