summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2026-04-04 13:59:10 +0100
committerBlake Romero <blake@developercraft.com>2026-04-04 13:59:10 +0100
commit52c5fd463b4cbdc01fa17874c9cf487e3cb58dd3 (patch)
treeb6cecc3d5b2e240997403c869604f499813970c1
parente85ae03c98f093c41e242f04ffe927c31dc984d7 (diff)
Set BROWSER env & default screen brightnessHEADmain
-rw-r--r--bash_profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/bash_profile b/bash_profile
index c22d34f..b2deeea 100644
--- a/bash_profile
+++ b/bash_profile
@@ -82,3 +82,11 @@ fi
if exists eza; then
export EZA_COLORS="da=02:gn=02:gu=33:gR=31:uR=31"
fi
+
+# Browser
+export BROWSER=firefox
+
+# Brightnessctl
+if exists brightnessctl; then
+ brightnessctl set 20%
+fi