#!/bin/sh export GOPATH="${HOME}/go" export PATH="${HOME}/.local/bin:${GOPATH}/bin:${PATH}" export EDITOR='nvim'