aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d
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 /sh/.config/profile.d
parent825c6e6eedf80a5c12a7409869599b21cafda1e4 (diff)
fix: set BROWSER to firefox
Diffstat (limited to 'sh/.config/profile.d')
-rw-r--r--sh/.config/profile.d/20-firefox.sh3
1 files changed, 3 insertions, 0 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"