dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4a5607f659793138e75bb0e9c470e0804ea684c1 (tree)
parent 39fa50f375541d5d0fb89f3728c8a5fecfab6ed7
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date:   Thu,  4 Jun 2020 16:08:34 +0300

add GOPATH

Diffstat:
Mbash/.profile_motiejus | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bash/.profile_motiejus b/bash/.profile_motiejus @@ -11,7 +11,8 @@ eval "$(direnv hook bash)" export DIRENV_LOG_FORMAT="" export CLUSTODSN=postgresql://clusto:clusto@127.0.0.1:5432/clusto export EDITOR=vim -export MONOREPO_GOPATH_MODE=1 +export GOPATH=$HOME/.gopath +#export MONOREPO_GOPATH_MODE=1 ulimit -Sn 10240