aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index aa8c294..27fe0c4 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -37,6 +37,7 @@ prefixPath "$HOME/.local/bin";
# general exports
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 HISTCONTROL=ignoreboth:erasedups