From 89869d63d0d91dc52bce13184a5b07c4fa77f6f1 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 1 Jun 2017 18:14:33 +0200 Subject: Remove chromium-private references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- dunst/dunstrc | 2 +- neomutt/mailcap | 2 +- zsh/zprofile | 2 +- 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 -- cgit v1.2.3-54-g00ecf