config: Add 'uninstall' alias

The asymmetry between "install"/"remove" can be confusing even
to long-time users[0].

Address this by aliasing "remove" to "uninstall".

[0] https://samthursfield.wordpress.com/2025/06/29/dnf-uninstall/
This commit is contained in:
Florian Müllner 2025-07-03 14:27:48 +02:00
parent 2b466777a8
commit 1ebafec6c3
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
version = '1.0'
['uninstall']
type = 'command'
attached_command = 'remove'
desc = 'Alias for remove'
complete = true