Compare commits

..

No commits in common. "2a5d218421ed637b1d63f7eade118f6fcb94397d" and "fd698cf4cd911cc0a96fe5bee3c5cbd7a7111e6a" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -38,9 +38,9 @@ alias dclean="docker system prune -af"
# webp BEGIN
function to_webp() {
setopt NULL_GLOB
for type in jpg jpeg png; do
for type in jpg png; do
for F in *.$type; do
cwebp "$F" -o "`basename "${F%.$type}"`.webp"
cwebp "$F" -o "`basename "$\{F%.$type}"`.webp"
done
done
unsetopt NULL_GLOB

View File

@ -127,7 +127,6 @@ in
git
gnumake # Source for "make" command
htop # System monitor viewer
zip
unzip
killall # Kill processes by name instead of PID
ncdu # Disk space usage stats, per folder, nested