aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:14:33 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:38:10 +0200
commit89869d63d0d91dc52bce13184a5b07c4fa77f6f1 (patch)
tree444a8dc8daa77bdac2803d105cc3cdbfcaeb49a9
parent857a5d53aca3d9fe1890aa1a38b5df833b527324 (diff)
downloaddotfiles-89869d63d0d91dc52bce13184a5b07c4fa77f6f1.tar.xz
Remove chromium-private references
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--dunst/dunstrc2
-rw-r--r--neomutt/mailcap2
-rw-r--r--zsh/zprofile2
3 files changed, 3 insertions, 3 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc
index 853889d..90a6cfe 100644
--- a/dunst/dunstrc
+++ b/dunst/dunstrc
@@ -21,7 +21,7 @@
separator_color = frame
startup_notification = true
dmenu = /usr/bin/bemenu -P dunst:
- browser = /home/kyrias/.local/bin/chromium-private
+ browser = /home/kyrias/.local/bin/chromium
[frame]
width = 3
diff --git a/neomutt/mailcap b/neomutt/mailcap
index ba462b6..1ec849a 100644
--- a/neomutt/mailcap
+++ b/neomutt/mailcap
@@ -1,3 +1,3 @@
-text/html; chromium-private %s &; test=test -n "$DISPLAY"; needsterminal;
+text/html; chromium %s &; test=test -n "$DISPLAY"; needsterminal;
text/html; ~/.config/mutt/tiny.pl %s %{charset} ; copiousoutput ; nametemplate=%s.html
text/plain; ~/.config/mutt/tiny.pl %s %{charset} 't' ; copiousoutput ; nametemplate=%s.html
diff --git a/zsh/zprofile b/zsh/zprofile
index 15636fd..bd5dd5b 100644
--- a/zsh/zprofile
+++ b/zsh/zprofile
@@ -31,7 +31,7 @@ export ABSROOT="$HOME"/build/abs
export VISUAL=nvim
export NVIM_TUI_ENABLE_TRUE_COLOR=1
-export BROWSER=chromium-private
+export BROWSER=chromium
export TERMINAL=termite
export PAGER=less