summaryrefslogtreecommitdiff
path: root/dot_zshrc.tmpl
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-05-16 02:13:16 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commitcef45a3a17af01489df3ee668eaadde6bc29f662 (patch)
treeac7e9bd539bb5c43fc901b642bbe26b41edfdb1d /dot_zshrc.tmpl
parent471d5c9a7e4038d517bbfc4fae56089a766aa5e4 (diff)
docs: create docstrings for most root level files
Diffstat (limited to 'dot_zshrc.tmpl')
-rw-r--r--dot_zshrc.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl
index a6288fe..368dd9c 100644
--- a/dot_zshrc.tmpl
+++ b/dot_zshrc.tmpl
@@ -1,5 +1,13 @@
# vim:ft=zsh
+# ~/.zshrc
+# ============================================================================
+# This is my ZSH configuration. It uses the Starship prompt. There are
+# lots of things here I borrowed from other places. I need to decide
+# what features I use and what features I can get rid of.
+
+#{{- /* This file supports Go's text/template language. */ -}}
+
# Enable colors and change prompt:
autoload -U colors && colors # Load colors
# PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "