1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Fix flatpak uninstall command

This commit is contained in:
Mo 2023-06-29 15:20:48 +02:00
parent 6c0788e091
commit 2459e423e5

View file

@ -15,7 +15,7 @@ layout {
pane { pane {
focus true focus true
command "fish" command "fish"
args "-c" "flatpak update -y && flatpak --delete-data --unused" args "-c" "flatpak update -y && flatpak uninstall --delete-data --unused"
} }
} }