aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
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=