aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/env
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-12-24 23:46:54 +0100
committerPatrick Spek <p.spek@tyil.nl>2022-12-24 23:50:08 +0100
commit2c7b3e278ce604853f6826363dddbb3e8d2ae8d7 (patch)
tree607fd595547e1dce2347e97b29ae15564b72c82d /.config/shell/env
parent60958fd2dfd575cf14790efd0ac2a66d3ef974f0 (diff)
Change preferred browser to qutebrowser
Diffstat (limited to '.config/shell/env')
-rw-r--r--.config/shell/env2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/env b/.config/shell/env
index e4ac331..8c55810 100644
--- a/.config/shell/env
+++ b/.config/shell/env
@@ -7,7 +7,7 @@ export LANG="en_US.UTF-8"
export LESSCHARSET="utf-8"
# Set favourite applications
-export BROWSER="firefox"
+export BROWSER="qutebrowser"
export EDITOR="vim"
export ALTERNATE_EDITOR="ed"