Skip to content

Commit

Permalink
bashrc: add GOPATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Feb 26, 2024
1 parent f925d6f commit 0117ea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0117ea1

Please sign in to comment.