summaryrefslogtreecommitdiffstats
path: root/.local/bin/rssadd
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-08 19:10:00 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-08 19:10:00 -0400
commit9fe6802122f6e0392c7fe20eefd30437771d7f8e (patch)
treeef2a15076f9317e8f72cacdebf5ccea12601a1a3 /.local/bin/rssadd
parent7f334ff4b902e7cfbc8cb824e59510b752e7a754 (diff)
downloadeibhear-9fe6802122f6e0392c7fe20eefd30437771d7f8e.tar.gz
eibhear-9fe6802122f6e0392c7fe20eefd30437771d7f8e.tar.zst
eibhear-9fe6802122f6e0392c7fe20eefd30437771d7f8e.zip
oops for config
Diffstat (limited to '.local/bin/rssadd')
-rwxr-xr-x.local/bin/rssadd2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/rssadd b/.local/bin/rssadd
index 924ee52..2ce421b 100755
--- a/.local/bin/rssadd
+++ b/.local/bin/rssadd
@@ -2,7 +2,7 @@
! echo "$1" | grep "https*://\S\+\.[A-Za-z]\+\S*" >/dev/null &&
notify-send "That doesn't look like a full URL." && exit
-RSSFILE="${XDG_CONFIG_HOME:$HOME/.config}/newsboat/urls"
+RSSFILE="${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls"
if awk '{print $1}' "$RSSFILE" | grep "^$1$" >/dev/null; then
notify-send "You already have this RSS feed."
else