summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-02-19 19:30:29 -0600
committerToby Vincent <tobyv13@gmail.com>2023-02-19 19:30:29 -0600
commit922d1897dcd2155fe2705e369f5201ebcac9045d (patch)
treea73e81c7d20eb9e6553248656d87985ff0072035
parent825c6e6eedf80a5c12a7409869599b21cafda1e4 (diff)
fix: set BROWSER to firefox
-rw-r--r--sh/.config/profile.d/20-firefox.sh3
-rw-r--r--sh/.profile2
2 files changed, 3 insertions, 2 deletions
diff --git a/sh/.config/profile.d/20-firefox.sh b/sh/.config/profile.d/20-firefox.sh
new file mode 100644
index 0000000..29aa182
--- /dev/null
+++ b/sh/.config/profile.d/20-firefox.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export BROWSER="firefox"
diff --git a/sh/.profile b/sh/.profile
index 3f24b42..31438c1 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -9,8 +9,6 @@ export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export XDG_RUNTIME_DIR="${XDG_RUNTIME_DIR:-/run/user/$(id -u "$USER")}"
-export BROWSER="xdg-open"
-
export PATH="$PATH:$HOME/.local/bin"
# Adopt the behavior of the system wide configuration for application specific settings