File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 144
144
# Wyrd
145
145
~/.wyrdrc :
146
146
if : command -v wyrd >/dev/null
147
+ # Units
148
+ ~/.units :
149
+ if : command -v units >/dev/null
147
150
148
151
- shell :
149
152
# Urxvt extensions
Original file line number Diff line number Diff line change
1
+
2
+ #######################################
3
+ # Sources:
4
+ # * Configuration and usage:
5
+ # - man: https://linux.die.net/man/1/units
6
+ # - info: https://www.gnu.org/software/units/manual/units.html
7
+ # - wikipedia: https://en.wikipedia.org/wiki/GNU_Units
8
+ #
9
+ # * Drug dosages: https://dsid.od.nih.gov/Conversions.php
10
+ #
11
+
12
+
13
+ #
14
+ # drug dosage
15
+ #
16
+
17
+ # Vitamin A
18
+ iuvitamina_retinol 0.3 mcg
19
+ iuvitamina_betacarotene 0.6 mcg
20
+ # Vitamin D
21
+ iuvitamind 0.025 mcg
22
+ # Vitamin E
23
+ iuvitamine_natural 0.67 mg # d-alpha-tocopherol (natural)
24
+ iuvitamine_synthetic 0.9 mg # dl-alpha-tocopherol (synthetic)
You can’t perform that action at this time.
0 commit comments