fixed extract for zip

This commit is contained in:
Hannes
2026-03-10 18:37:02 +01:00
parent fbf80f998e
commit f4ab71c1fc
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -204,3 +204,7 @@ else
echo "The command 'yazi' is not installed. Please install 'yazi' to use this: https://github.com/sxyazi/yazi"
end
end
if test -e /usr/bin/sudo-rs
alias sudo=sudo-rs
end