From: Simon Ruderich Date: Fri, 16 Aug 2024 06:34:13 +0000 (+0200) Subject: shell: GOPATH: replace ~/development/ with ~/dev/ X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=2322c91d3142361bc8ef46bef8005dc86ef05a5d;p=config%2Fdotfiles.git shell: GOPATH: replace ~/development/ with ~/dev/ Shorter directory names are better. --- diff --git a/shell/shell/env b/shell/shell/env index 83810b1..7912966 100644 --- a/shell/shell/env +++ b/shell/shell/env @@ -155,7 +155,7 @@ GIT_SSH_COMMAND='ssh -o ConnectTimeout=3' export GIT_SSH_COMMAND # Go settings -GOPATH="$HOME/development/go:/usr/share/gocode" +GOPATH="$HOME/dev/go:/usr/share/gocode" export GOPATH # Prevent privacy issues by disabling the use of https://proxy.golang.org # which is the default since Go 1.13.