AutoYADM commit: 2025-06-25 00:40:43

This commit is contained in:
Daniel Fichtinger 2025-06-25 00:40:43 -04:00
parent 814455c28b
commit 7b4191c181

View file

@ -0,0 +1,7 @@
#!/bin/sh
cache="$HOME/.local/state/xdg-desktop-portal-termfilechooser/last_selected"
if [ -f "${cache}" ]; then
rm "${cache}"
fi