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 e3e1ee64f5743da8b896ffddec1d39206cb10bbb
parent 993d0bdafe95486839b27c39e01273890e477ac5
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 18 Apr 2018 09:35:33 -0400

Add binaries from GOPATH to PATH

Diffstat:
Mlinks/.bash_profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/.bash_profile b/links/.bash_profile @@ -37,6 +37,7 @@ if [ $(echo $HOSTNAME | grep cosmo) ]; then fi export GOPATH=$HOME/src/golang +export PATH=$PATH:$GOPATH/bin export GPG_TTY=`tty` [ -d $HOME/pism ] && export PATH=$HOME/pism/bin:$PATH