aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-03-08 19:03:55 -0500
committertdro <tdro@users.noreply.github.com>2021-03-08 19:03:55 -0500
commitd9d801f1601b03359db21b264f51fb1aa5788f6b (patch)
tree5e2372ecc69f7cba1c121bca3db2ce9fd35cc318 /.bash_profile
parentfb801f60d327de9f4288af0d80f98e9cbd92df16 (diff)
downloaddotfiles-d9d801f1601b03359db21b264f51fb1aa5788f6b.tar.gz
dotfiles-d9d801f1601b03359db21b264f51fb1aa5788f6b.tar.bz2
dotfiles-d9d801f1601b03359db21b264f51fb1aa5788f6b.zip
.bash_profile: Set permanent GOPATH
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 0c15779..f6f773d 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -40,11 +40,12 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
# general exports
+export BROWSER=chromium;
export CARGO_HOME="$XDG_CACHE_HOME/cargo"
export EDITOR=vim
-export BROWSER=chromium;
export FZF_DIRECTORY_MARKS=$HOME/Documents/.fzf-marks
export FZF_FILE_MARKS=$HOME/Documents/.fzf-fmarks
+export GOPATH="$XDG_DATA_HOME/go"
export HISTCONTROL=ignoreboth:erasedups
export HISTFILESIZE=
export HISTSIZE=