« get me outta code hell

zsh: table of contents - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-16 16:52:16 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-16 16:52:16 -0300
commit012dd96a99e1f5acf02a25bd0b4debf4a3fdfd80 (patch)
tree6e5c717f28dd347d16282d2b65e8af0a1cee7461 /.zshrc
parentd57ed57dab54580bc53e10d9111a9f8146173e79 (diff)
zsh: table of contents
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc14
1 files changed, 10 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc
index 0b12d52..c86c535 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,7 +1,13 @@
 # ~nebula/.zshrc, 2023 edition
 
+# table of contents:
+#   per-device configuration (pre)     <dev-pre>
+#   zsh configuration                  <zsh-conf>
+#   third party configuration          <3rd-conf>
+#   per-device configuration (post)    <dev-post>
 
-# //// per-device configuration ///////////////////////////////////////////// #
+
+# //// per-device configuration //////////////////////////////// <dev-pre> // #
 
 # Per-device configuration is kept here in dotfiles.git too, but it won't be
 # activated just by linking .zshrc. You also need to link ~/.device_pre and
@@ -26,7 +32,7 @@ device_postconfig() {
 device_preconfig
 
 
-# //// zsh configuration //////////////////////////////////////////////////// #
+# //// zsh configuration ////////////////////////////////////// <zsh-conf> // #
 
 export HISTFILE="$HOME/.zsh_history"
 export SAVEHIST=1000
@@ -46,7 +52,7 @@ fi
 path+=("$HOME/bin")
 
 
-# //// third party configuration //////////////////////////////////////////// #
+# //// third party configuration ////////////////////////////// <3rd-conf> // #
 
 # -- GPG --
 
@@ -100,7 +106,7 @@ fi
 export PATH
 
 
-# //// per-device configuration ///////////////////////////////////////////// #
+# //// per-device configuration /////////////////////////////// <dev-post> // #
 
 device_postconfig