commit e866af19db6f36d3b995de67f2c821c53de12a71 parent db3a908206f30a066e205419161ed6e2ad80fea2 Author: Jake Bauer <jbauer@paritybit.ca> Date: Mon, 27 Dec 2021 14:03:33 -0500 Add to README Diffstat:
M | README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -2,3 +2,11 @@ This repository contains configuration files for the software I use. There's not much here anymore compared to when I crafted my own DE. + +I am typically using a ksh-based shell, hence no `.bashrc` or similar. Shell +configuration is in `.shrc` and sourced using the `ENV` environment variable +from `.profile`. + +The .Xresources file is not necessarily used as terminal configuration if the +terminal I'm using doesn't support it. In that case it just acts as a reference +for my preferred terminal colour scheme.