AutoYADM commit: 2025-06-25 00:40:43
This commit is contained in:
parent
814455c28b
commit
7b4191c181
1 changed files with 7 additions and 0 deletions
7
.config/xdg-desktop-portal-termfilechooser/clear.sh
Executable file
7
.config/xdg-desktop-portal-termfilechooser/clear.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
cache="$HOME/.local/state/xdg-desktop-portal-termfilechooser/last_selected"
|
||||
if [ -f "${cache}" ]; then
|
||||
rm "${cache}"
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue