dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c3d08b5a43adedc7a253a08d0cdd66696c90bea6
parent 4a82f874bc060179ed1d7ac98e7b9da566b0bdf8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 25 Apr 2019 14:49:21 +0200

Fix Go paths

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -34,7 +34,7 @@ export NNN_OPENER_DETACH=1 # do not block nnn with file opener [ -d ~/.local/bin ] && export PATH=~/.local/bin:$PATH [ -d "$HOME/bin" ] && export PATH=$HOME/bin:$PATH -export GOPATH=$HOME/src/golang +export GOPATH=$HOME/code/golang export PATH=$PATH:$GOPATH/bin GPG_TTY=$(tty)