From 96f4b38c55b1ad986c348355940c301bb5c6c759 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 17 May 2024 11:38:01 -0400 Subject: [PATCH] Add some history --- configs/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/.zshrc b/configs/.zshrc index 3f6f17b..ee9559c 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -7,7 +7,9 @@ # That being said, if you are reading this on a machine I've done that on, you # might want to check out the main repository for more information about what # you are looking at: https://github.com/ewpratten/ewconfig - +# +# This file has controlled my shell experience since 2015-ish, and originally targeted crosh. +# Since then, I've adapted things to work in Bash and ZSH, and on a variety of systems that arent ChromeOS. # Firstly, if this machine has a copy of ewconfig, keep track of its location [[ -d "$HOME/.config/ewconfig" ]] && export EWCONFIG_ROOT="$HOME/.config/ewconfig"