aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-02-04 13:02:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-02-04 13:02:57 +1300
commita3cd8fa4ed760c6b70fd01330ded8ec992cb4009 (patch)
tree9b7ffd3ff159674da31394f6ca5c8ec2e29a0b6a /README.markdown
parentBasic branch/tag completion for git(1) (diff)
downloaddotfiles-a3cd8fa4ed760c6b70fd01330ded8ec992cb4009.tar.gz
dotfiles-a3cd8fa4ed760c6b70fd01330ded8ec992cb4009.zip
Move a paragraph for clarity
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 9c890b93..f5a58c7d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -102,16 +102,16 @@ scripts called 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 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, 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
are loaded for the creation of any new interactive shell. The contents of this
directory changes all the time depending on the host, and only specific scripts
in it are versioned; the rest are ignored locally:
+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, so all of these files are replete with Bashisms.
+
```bash
$ git ls-files --others --exclude-standard >>.git/info/exclude
```