aboutsummaryrefslogtreecommitdiff
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
parent208bfd378bff0b4851cf5d17b8c49f9881a77e04 (diff)
downloaddotfiles-0f0f51c297583a5805e983e3ac87e916cb4247a0.tar.gz
dotfiles-0f0f51c297583a5805e983e3ac87e916cb4247a0.tar.bz2
dotfiles-0f0f51c297583a5805e983e3ac87e916cb4247a0.zip
.bash_profile: Change browser from profile
-rw-r--r--.bash_profile1
-rwxr-xr-x.local/bin/scripts/internet-search1
2 files changed, 1 insertions, 1 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
diff --git a/.local/bin/scripts/internet-search b/.local/bin/scripts/internet-search
index 84e4e05..096c4ee 100755
--- a/.local/bin/scripts/internet-search
+++ b/.local/bin/scripts/internet-search
@@ -1,3 +1,2 @@
#!/bin/sh -eu
-export BROWSER=chromium;
rofi -dmenu -show run -font "ubuntu 16" -padding 10 -lines 0 -p " " | xargs -r surfraw duckduckgo