aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-17 20:52:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-17 20:52:46 +1200
commit7548352912ae22bf590980e55311c23d0fbc32e1 (patch)
treede44dc72ab01d7a2d760eef4f99a5cf4f092ef0c /README.markdown
parentAdd mention of database tools (diff)
downloaddotfiles-7548352912ae22bf590980e55311c23d0fbc32e1.tar.gz
dotfiles-7548352912ae22bf590980e55311c23d0fbc32e1.zip
Explain choice of shell
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 13a6d4af..a53bba0a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -100,7 +100,7 @@ appropriate to the system and the software it has available.
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
-Bourne-compatible scripts.
+Bourne-compatible scripts, so all of those files are replete with Bashisms.
My `.bash_profile` calls `.profile` for variable exports, and then runs
`.bashrc` for interactive shells. Subscripts are kept in `.bashrc.d`, and all