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:
parent
2b466777a8
commit
1ebafec6c3
|
@ -0,0 +1,7 @@
|
|||
version = '1.0'
|
||||
|
||||
['uninstall']
|
||||
type = 'command'
|
||||
attached_command = 'remove'
|
||||
desc = 'Alias for remove'
|
||||
complete = true
|
Loading…
Reference in New Issue