aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-02 21:23:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-02 21:23:36 +1200
commite0604f0ddb0dfac0cd508736fb10db8a3056062d (patch)
tree8b7cc707d7562ee0c68366bff92cf1b2cf1c22ff /README.markdown
parentHandle empty .bashrc.d/.profile.d dirs (diff)
downloaddotfiles-e0604f0ddb0dfac0cd508736fb10db8a3056062d.tar.gz
dotfiles-e0604f0ddb0dfac0cd508736fb10db8a3056062d.zip
Correct array appending syntax in README
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 f84c7c5e..2ee897ef 100644
--- a/README.markdown
+++ b/README.markdown
@@ -80,7 +80,7 @@ syntax for certain things such as appending items to arrays:
Compare this to the much nicer syntax available since 3.1-alpha1, which
actually works for arrays with sparse indexes, unlike the above syntax:
- array+=$item
+ array+=("$item")
My prompt generally looks like this, colored bright green: