aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-10 13:34:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-10 13:34:21 +1200
commit8f39e02aaca2d26646289f72dd2f3e398f3ed40f (patch)
treed1ec43f885ef942e0876dac0ca494dbdec040f53 /README.markdown
parentNewline before bash login output (diff)
downloaddotfiles-8f39e02aaca2d26646289f72dd2f3e398f3ed40f.tar.gz
dotfiles-8f39e02aaca2d26646289f72dd2f3e398f3ed40f.zip
Correct an appalling paragraph
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index d39e2ef6..6f94689f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -97,11 +97,11 @@ by `.profile` are saved in `.profile.d` and iterated on login for ease of
management. All of these boil down to exporting variables appropriate to the
system and the software it has available.
-My `.bash_profile` calls `.profile` for variable exports, runs subscripts in
+My `.bash_profile` calls `.profile` and then runs subscripts in
`.bash_profile.d`. It then runs `.bashrc`, which only applies for interactive
-shells; subscripts are loaded from `.bashrc.d`. interactive shell. The contents
-of this directory changes all the time depending on the host, and only specific
-scripts in it are versioned.
+shells; subscripts for that in turn are loaded from `.bashrc.d`. The contents
+of the two directories changes depending on the host, so only specific scripts
+in it are versioned.
My interactive and scripting shell of choice is Bash; as a GNU/Linux admin who
ends up installing Bash on \*BSD machines anyway, I very rarely have to write