From 0117ea115496b1cbbaa1f7b71aa8aac6c7e0d07d Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Mon, 26 Feb 2024 09:12:42 +0100 Subject: [PATCH] bashrc: add GOPATH variable --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 233ecb0..e9d4225 100644 --- a/.bashrc +++ b/.bashrc @@ -1,6 +1,8 @@ export EDITOR="emacsclient -t -a 'emacs -nw'" export VISUAL="emacsclient -c -a emacs" +export GOPATH="$HOME/programming/go-pkgs" + PATH=/home/niclas/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/local/package/bin shopt -s checkwinsize