From 906fe54df5873cd9d60f519200daea7a2c6ab0ec Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 21 Oct 2015 14:36:06 +1300 Subject: Fix comment typo --- bash/bashrc.d/sd.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3