pak/plugins/zypper/pak.cfg

7 lines
266 B
INI
Raw Normal View History

2020-11-30 23:27:29 +00:00
# Config for the pak package manager wrapper
packageManager = "zypper"
commands = ["install", "remove", "refresh", "search", "update", "addrepo"]
useRoot = true
rootCommand = "sudo"
shortcuts = ["rm", "ar", "inst"]
shortcutMappings = ["remove", "addrepo", "install"]