We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e35b5c0 + d3d9aab commit 4e0d16dCopy full SHA for 4e0d16d
README.md
@@ -51,6 +51,7 @@ The plugin queries the local platform string using the `distro` plugin. Acceptab
51
| amazon | Amazon Linux |
52
| arch | Arch Linux |
53
| cloudlinux | CloudLinux OS |
54
+| elementary | Elementary OS |
55
| exherbo | Exherbo Linux |
56
| gentoo | GenToo Linux |
57
| ibm_powerkvm | IBM PowerKVM |
ifplatform.py
@@ -38,6 +38,7 @@ class IfPlatform(dotbot.Plugin):
38
'arch', # Arch Linux
39
'cloudlinux', # CloudLinux OS
40
'exherbo', # Exherbo Linux
41
+ 'elementary', # Elementary OS
42
'gentoo', # GenToo Linux
43
'ibm_powerkvm', # IBM PowerKVM
44
'kvmibm', # KVM for IBM z Systems
0 commit comments