aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-02-23 00:15:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-02-23 00:15:37 +1300
commitf52b70556928106574d4897938189b1d71f9992d (patch)
tree6f6fa812b51fe14fab2627be5df661a5766682cf /README.markdown
parentvis function makes scripts executable if possible (diff)
downloaddotfiles-f52b70556928106574d4897938189b1d71f9992d.tar.gz
dotfiles-f52b70556928106574d4897938189b1d71f9992d.zip
Move misplaced 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 64d5b1ad..bb173282 100644
--- a/README.markdown
+++ b/README.markdown
@@ -111,10 +111,6 @@ 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
```
@@ -125,6 +121,10 @@ There’s an `others` alias for the above command in `~/.gitconfig`:
$ git others >>.git/info/exclude
```
+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.
+
As I occasionally have work on very old internal systems, my Bash is written to
work with [any version 2.05a or
newer](http://wiki.bash-hackers.org/scripting/bashchanges), a few versions