From 42df24bb2bafd26e750e0415472402fdf4953a9e Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 18 Dec 2025 22:46:23 -0500 Subject: [PATCH] Cleanup comments --- zshrc.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zshrc.org b/zshrc.org index 621241f..8f38a9a 100644 --- a/zshrc.org +++ b/zshrc.org @@ -47,14 +47,16 @@ Execute the following block to export and publish on the π This is my ~.zshrc~; it will be used in many environments: - daily driver (gentoo box with kde) -- spare boxes (gentoo boxes (e.g. on the x270)) +- spare boxes (gentoo boxes (e.g. xspoons, eightspoons)) - android box in termux -- raspberry pi +- raspberry π Each environment has slightly different setups, which will be tangled to different files according to the function `org-tags-to-filenames', defined in the previous section. +*** TODO should conditionally add stuff for root and non-root users + What would be easier? runtime or not? *** TODO replace em-world alias with a function accepting arguments now, the em-world is an alias that only exists in the version of zshrc that I use for root. How do I want to proceed?