diff --git a/other/scripts/desktop/shell-startup.nu b/other/scripts/desktop/shell-startup.nu index 245927b..af5e93a 100644 --- a/other/scripts/desktop/shell-startup.nu +++ b/other/scripts/desktop/shell-startup.nu @@ -2,6 +2,8 @@ def "is even" [] { $in mod 2 == 0 } +# TODO: flag stuff as module to be used in other stuff in shell + const TRANS = [ 5BCEFA F5A9B8 FFFFFF F5A9B8 5BCEFA ]; const LESBIAN = [ D52D00 EF7627 FF9A56 FFFFFF D162A4 B55690 A30262 ]; const ENBY = [ FCF434 FFFFFF 9C59D1 2C2C2C ];