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