diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-17 20:37:57 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-17 20:37:57 +0200 |
commit | 7a9e212aab42ba55f313075699370afc3bd5919e (patch) | |
tree | a9e17a6b9181b94ad484eeb863976ccc648b1118 | |
parent | Newsboat rice (diff) | |
download | dotfiles-bsd-7a9e212aab42ba55f313075699370afc3bd5919e.tar.gz dotfiles-bsd-7a9e212aab42ba55f313075699370afc3bd5919e.tar.bz2 dotfiles-bsd-7a9e212aab42ba55f313075699370afc3bd5919e.tar.xz dotfiles-bsd-7a9e212aab42ba55f313075699370afc3bd5919e.tar.zst dotfiles-bsd-7a9e212aab42ba55f313075699370afc3bd5919e.zip |
Update
-rw-r--r-- | .config/newsboat/config | 3 | ||||
-rw-r--r-- | .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 @@ -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" |