aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-16 15:05:53 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-16 15:05:53 +0100
commit6f736b919a4da2fa8aecef046f8785bc110bd6f4 (patch)
tree5ad34f52cf9d8bd8c95cd4c85e09768926adfbe4 /.config
parent3211d0aff5e9e515755e7316739fa45c99392f57 (diff)
Add small utility to open things (WIP)
Diffstat (limited to '.config')
-rw-r--r--.config/shell/env3
-rw-r--r--.config/termite/config2
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/shell/env b/.config/shell/env
index f614d7b..05505a8 100644
--- a/.config/shell/env
+++ b/.config/shell/env
@@ -7,8 +7,9 @@ export LANG="en_US.UTF-8"
export LESSCHARSET="utf-8"
# Set favourite applications
+export BROWSER="firefox"
export EDITOR="vim"
-export ALTERNATE_EDITOR="vim"
+export ALTERNATE_EDITOR="ed"
# set homepage for w3m
export WWW_HOME=https://duckduckgo.com/
diff --git a/.config/termite/config b/.config/termite/config
index b7f88ae..7f76372 100644
--- a/.config/termite/config
+++ b/.config/termite/config
@@ -1,5 +1,5 @@
[options]
-browser = firefox
+browser = open
cursor_blink = off
font = Liberation Mono 9
scrollback_lines = 100000