From 3d2719f2f7dbba1ad806734228271394116bcb5e Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 1 Aug 2024 20:14:38 +0200 Subject: [PATCH] add TODO --- other/scripts/desktop/shell-startup.nu | 2 ++ 1 file changed, 2 insertions(+) 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 ];