aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-10-21 14:35:31 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-10-21 14:35:31 +1300
commit9c430802c8ac6ec214fd5dff3c0a49c08724162f (patch)
tree05ba080af524548942d12492a46bee66937c6898 /bash
parentMove keyword into glob completion generation (diff)
downloaddotfiles-9c430802c8ac6ec214fd5dff3c0a49c08724162f.tar.gz
dotfiles-9c430802c8ac6ec214fd5dff3c0a49c08724162f.zip
Fix typo
Diffstat (limited to 'bash')
-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 4a211f1d..433b428f 100644
--- a/bash/bashrc.d/sd.bash
+++ b/bash/bashrc.d/sd.bash
@@ -104,7 +104,7 @@ sd() {
return 2
fi
- # Try to change into the determine directory
+ # Try to change into the determined directory
builtin cd "${opts[@]}" -- ../"$dirname"
}