From 8f39e02aaca2d26646289f72dd2f3e398f3ed40f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 10 Jun 2015 13:34:21 +1200 Subject: Correct an appalling paragraph --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.markdown') 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 -- cgit v1.2.3