diff options
author | joe <rbo@gmx.us> | 2025-08-20 11:36:23 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-20 11:36:23 +0200 |
commit | 48cdd374b0dc9586b805c4f81579f161c601b9d9 (patch) | |
tree | 77108e00ad540252ff8d81a9254f6bb672c87d20 /.local/bin/nb | |
parent | up (diff) | |
download | dotfiles-bsd-48cdd374b0dc9586b805c4f81579f161c601b9d9.tar.gz dotfiles-bsd-48cdd374b0dc9586b805c4f81579f161c601b9d9.tar.bz2 dotfiles-bsd-48cdd374b0dc9586b805c4f81579f161c601b9d9.tar.xz dotfiles-bsd-48cdd374b0dc9586b805c4f81579f161c601b9d9.tar.zst dotfiles-bsd-48cdd374b0dc9586b805c4f81579f161c601b9d9.zip |
up
Diffstat (limited to '.local/bin/nb')
-rwxr-xr-x | .local/bin/nb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/nb b/.local/bin/nb index 117840d..3b36835 100755 --- a/.local/bin/nb +++ b/.local/bin/nb @@ -1,5 +1,6 @@ #!/bin/sh +[ $(hostname -s) = "po-rbo" ] && exec newsboat [ -f /tmp/cache.db ] && exec newsboat -c /tmp/cache.db -u /tmp/urls cache_file="$XDG_DATA_HOME/newsboat/cache.db.gpg" urls_file="$XDG_CONFIG_HOME/newsboat/urls.gpg" |