dotfiles/shell/.config/shell/login.d/go-path.sh

5 lines
82 B
Bash

#!/bin/sh
export GOPATH="$HOME/projects/gopath/"
export PATH="$PATH:$GOPATH/bin"