summaryrefslogtreecommitdiff
path: root/dz-feed
diff options
context:
space:
mode:
Diffstat (limited to 'dz-feed')
-rwxr-xr-xdz-feed7
1 files changed, 3 insertions, 4 deletions
diff --git a/dz-feed b/dz-feed
index e11402b..3e90102 100755
--- a/dz-feed
+++ b/dz-feed
@@ -3,10 +3,9 @@
cache="$HOME/.cache/dz"
if [ "$1" = "-r" ] || [ ! -e "$cache" ]; then
- find "$HOME" -mindepth 1 \( -name ".*" -o -path "$HOME/cell" -o -path "$HOME/phone/*" \) -prune -o -print | \
- sed '/\.pdf$/!d' | sort > "$cache"
-
- notify-send "dz cache updated."
+ find "$HOME" -mindepth 1 \( -name ".*" -o -path "$HOME/cell" -o -path "$HOME/phone/*" \) -prune -o -print | \
+ sed '/\.pdf$/!d' | sort > "$cache"
+ # notify-send "dz cache updated."
fi
cat "$cache"