From 17df35dc088c9b1b159c2b78d8330fa9cc9a672a Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 21 Jan 2026 23:42:15 +0100 Subject: reformat most scripts --- dz-feed | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dz-feed') diff --git a/dz-feed b/dz-feed index 85c7c54..0b595ad 100755 --- a/dz-feed +++ b/dz-feed @@ -4,9 +4,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" -- cgit v1.2.3