From 7a9e212aab42ba55f313075699370afc3bd5919e Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 17 Oct 2020 20:37:57 +0200 Subject: Update --- .config/newsboat/config | 3 ++- .profile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/newsboat/config b/.config/newsboat/config index 3ebd65a..302d00b 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,5 +1,6 @@ #how-read-feeds no auto-reload yes +reload-threads 5 external-url-viewer "urlview" @@ -29,7 +30,7 @@ color listfocus black yellow standout color listnormal_unread blue default bold color listfocus_unread yellow default bold color info yellow black bold -color article white default +color article default default browser linkhandler macro , open-in-browser diff --git a/.profile b/.profile index 4d997e6..d99cc0b 100644 --- a/.profile +++ b/.profile @@ -24,8 +24,8 @@ export PATH="${HOME}/.local/bin:${HOME}/.cargo/bin:/usr/local/llvm11/bin:${PATH} # Apps # export ZSH="/home/jozan/.oh-my-zsh" -export EDITOR="emacsclient -c -t" -export VISUAL="emacsclient" +export EDITOR="nvim" +export VISUAL="nvim" export PAGER="less" export TERMINAL="alacritty" export BROWSER="firefox" -- cgit v1.2.3