aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-05-06 20:41:41 -0400
committertdro <tdro@users.noreply.github.com>2021-05-06 20:41:41 -0400
commitd2a5b3bebbb900d39c57b806f5e2e956552eb93b (patch)
treef4c5aa578e7bc04170dbdbac0b27087d9c1d17c4 /.bash_profile
parent46cf369bfad4f49cd662d021e99682c8241bf337 (diff)
downloaddotfiles-d2a5b3bebbb900d39c57b806f5e2e956552eb93b.tar.gz
dotfiles-d2a5b3bebbb900d39c57b806f5e2e956552eb93b.tar.bz2
dotfiles-d2a5b3bebbb900d39c57b806f5e2e956552eb93b.zip
.bash_profile: Set default browser from .local/bin
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index e5144f0..efc1d89 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -44,7 +44,7 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
# general exports
-export BROWSER=chromium;
+export BROWSER=browser;
export CARGO_HOME="$XDG_CACHE_HOME/cargo"
export EDITOR=vim
export FZF_DIRECTORY_MARKS=$HOME/Documents/.fzf-marks