aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 22f02d42..fc248800 100644
--- a/README.markdown
+++ b/README.markdown
@@ -97,8 +97,9 @@ they should work in most `sh(1)` implementations. Individual scripts called by
management. Most of these boil down to exporting variables appropriate to the
system and the software it has available.
-Configuration that should be sourced for all POSIX-fearing shells is kept in
-`~/.shrc`, with subscripts read from `~/.shrc.d`.
+Configuration that should be sourced for all POSIX-fearing interactive shells
+is kept in `~/.shrc`, with subscripts read from `~/.shrc.d`. There's a shim in
+`~/.shinit` to act as `ENV`.
I make an effort to target POSIX for my functions and scripts where I can, but
Bash is my interactive shell of choice. My `.bash_profile` calls `.profile`,