From cef45a3a17af01489df3ee668eaadde6bc29f662 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 16 May 2024 02:13:16 -0500 Subject: docs: create docstrings for most root level files --- dot_zshrc.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dot_zshrc.tmpl') 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 " -- cgit v1.2.3