diff options
Diffstat (limited to 'dz-feed')
| -rwxr-xr-x | dz-feed | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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" |
