Skip to content
Snippets Groups Projects
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
Branches
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ export HISTCONTROL=ignoreboth:erasedups ...@@ -9,7 +9,7 @@ export HISTCONTROL=ignoreboth:erasedups
export HISTSIZE=100000 export HISTSIZE=100000
export HISTFILESIZE=100000 export HISTFILESIZE=100000
export EDITOR=vim export EDITOR=vim
export GOPATH="$HOME/Documents/Golang" export GOPATH="$HOME/.local/golang"
export PATH="$GOPATH/bin:/usr/lib/go/bin/:$PATH" export PATH="$GOPATH/bin:/usr/lib/go/bin/:$PATH"
export PATH="$HOME/Documents/Shore/ssh-ca:$PATH" export PATH="$HOME/Documents/Shore/ssh-ca:$PATH"
export PATH="$HOME/Documents/Shore/ssl-ca:$PATH" export PATH="$HOME/Documents/Shore/ssl-ca:$PATH"
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment