summaryrefslogtreecommitdiff
path: root/default-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'default-config.json')
-rw-r--r--default-config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/default-config.json b/default-config.json
index 0f0e609..82747ea 100644
--- a/default-config.json
+++ b/default-config.json
@@ -7,6 +7,11 @@
"extra_cmds": {
"arch": "aur sync --upgrades --rmdeps --sign --remove --verify"
},
+ "clean_cmds": {
+ "arch": "bash -c 'pacman -Qdtq | pacman -Rns -'",
+ "debian": "apt-get --purge autoremove",
+ "fedora": "dnf autoremove"
+ },
"shell_plugin_cmds": {
"fish": "fish -c 'fisher update'",
"zsh": "zsh -c 'source $HOME/.config/zsh/.antidote/antidote.zsh && antidote update'"