aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-10-21 14:36:06 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-10-21 14:36:06 +1300
commit906fe54df5873cd9d60f519200daea7a2c6ab0ec (patch)
tree7d6b21d40165c89254937bba62d4022ec58ec24f
parentRemove unneeded options terminator (diff)
downloaddotfiles-906fe54df5873cd9d60f519200daea7a2c6ab0ec.tar.gz
dotfiles-906fe54df5873cd9d60f519200daea7a2c6ab0ec.zip
Fix comment typo
-rw-r--r--bash/bashrc.d/sd.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/sd.bash b/bash/bashrc.d/sd.bash
index 3a69fe06..a838f94d 100644
--- a/bash/bashrc.d/sd.bash
+++ b/bash/bashrc.d/sd.bash
@@ -14,7 +14,7 @@
# If no arguments are given and there's only one other sibling, switch to that;
# nice way to quickly toggle between two siblings.
#
-# $ cd -- "(mktemp -d)"
+# $ cd -- "$(mktemp -d)"
# $ pwd
# /tmp/tmp.ZSunna5Eup
# $ mkdir a b