diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-09 02:52:05 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-09 02:52:05 +0100 |
| commit | d0a3c46332820af1f0fa3b700e52f84a74e48b68 (patch) | |
| tree | 50548b63c1b9622e953ac3071e1a3ea06508d3a8 | |
| parent | e5d0f48d254a118941e9ac4490e82eeb667c0282 (diff) | |
| download | dotfiles-d0a3c46332820af1f0fa3b700e52f84a74e48b68.tar.gz dotfiles-d0a3c46332820af1f0fa3b700e52f84a74e48b68.tar.bz2 dotfiles-d0a3c46332820af1f0fa3b700e52f84a74e48b68.zip | |
Added european date format in newsboat
| -rw-r--r-- | .newsboat/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.newsboat/config b/.newsboat/config index c8238c8..ab335e3 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -3,6 +3,9 @@ reload-threads 8 max-items 100 # pager less +datetime-format "%d %b %Y" +# articlelist-format "%4i %f + bind-key j down bind-key k up bind-key g home |
