diff --git a/.config/xdg-desktop-portal-termfilechooser/clear.sh b/.config/xdg-desktop-portal-termfilechooser/clear.sh new file mode 100755 index 00000000..be9b6c37 --- /dev/null +++ b/.config/xdg-desktop-portal-termfilechooser/clear.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +cache="$HOME/.local/state/xdg-desktop-portal-termfilechooser/last_selected" +if [ -f "${cache}" ]; then + rm "${cache}" +fi +