diff options
author | Peter | 2020-08-01 14:06:56 +0100 |
---|---|---|
committer | Peter | 2020-08-01 14:06:56 +0100 |
commit | f8e1fe6a2f28164f5d8c7f3c620249186c276ce7 (patch) | |
tree | e62a14a2658506095d70c5b2562e0e0fd02af3e7 /.config/newsboat/config | |
parent | 06b04f0216693f1ff0ae0e0dade92918e1d08851 (diff) | |
download | dotfiles-f8e1fe6a2f28164f5d8c7f3c620249186c276ce7.tar.gz dotfiles-f8e1fe6a2f28164f5d8c7f3c620249186c276ce7.tar.bz2 dotfiles-f8e1fe6a2f28164f5d8c7f3c620249186c276ce7.zip |
move cache, change browser to variable
Diffstat (limited to '.config/newsboat/config')
-rw-r--r-- | .config/newsboat/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 61026e6..eaa21ef 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -2,8 +2,8 @@ # config show-read-feeds no auto-reload yes -browser vimb -cache-file "~/.config/newsboat/cache.db" +browser $BROWSER +cache-file "~/.local/cache/newsboat/cache.db" # keybinds bind-key RIGHT open |