aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d')
-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