aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-01-30 03:02:19 -0500
committertdro <tdro@users.noreply.github.com>2021-01-30 03:02:19 -0500
commit0f0f51c297583a5805e983e3ac87e916cb4247a0 (patch)
tree3f026edffe62643d2677217a5044ddb5b485f7aa /.bash_profile
parent208bfd378bff0b4851cf5d17b8c49f9881a77e04 (diff)
downloaddotfiles-0f0f51c297583a5805e983e3ac87e916cb4247a0.tar.gz
dotfiles-0f0f51c297583a5805e983e3ac87e916cb4247a0.tar.bz2
dotfiles-0f0f51c297583a5805e983e3ac87e916cb4247a0.zip
.bash_profile: Change browser from profile
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