summaryrefslogtreecommitdiff
path: root/dot_zshrc.tmpl
diff options
context:
space:
mode:
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 "