Commit 97c32fe7 authored by nimrod's avatar nimrod
Browse files

Move the Golang directory out of Documents.

There's no code I worked on there, it's like the node_modules directory.
Move it under .local so it's not copied by Nextcloud.
parent d6003caa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ export HISTCONTROL=ignoreboth:erasedups
export HISTSIZE=100000
export HISTFILESIZE=100000
export EDITOR=vim
export GOPATH="$HOME/Documents/Golang"
export GOPATH="$HOME/.local/golang"
export PATH="$GOPATH/bin:/usr/lib/go/bin/:$PATH"
export PATH="$HOME/Documents/Shore/ssh-ca:$PATH"
export PATH="$HOME/Documents/Shore/ssl-ca:$PATH"
+0 −0

File moved.