about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBrian Chu <brianmchu42@gmail.com>2021-02-24 12:09:26 -0800
committerBrian Chu <brianmchu42@gmail.com>2021-02-24 12:09:26 -0800
commit420a39c8f16761cad55f49addc5f20e3c0aaf26e (patch)
tree827c5b175f773de9b36dac2afbda38a7e6f832f3
parent404b12a6d586fa0f41035f1f7e2821d96115f6b0 (diff)
downloadbytheway-420a39c8f16761cad55f49addc5f20e3c0aaf26e.tar.gz
add list of distros to config
-rw-r--r--config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json b/config.json
index 6bb133a..0e491f1 100644
--- a/config.json
+++ b/config.json
@@ -1,3 +1,4 @@
 {
-  "prefix": "#"
+  "prefix": "!",
+  "distros": ["Ubuntu", "Debian", "Fedora", "CentOS", "Red Hat", "Arch", "Manjaro", "OpenSUSE"]
 }
\ No newline at end of file