aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-10-21 14:35:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-10-21 14:35:36 +1300
commit1a26180936b9aaad32059df8a6711e42ae1843ba (patch)
tree3984926396127dc667cfa754502bbfb3e6b40b70 /bash/bashrc.d
parentFix typo (diff)
downloaddotfiles-1a26180936b9aaad32059df8a6711e42ae1843ba.tar.gz
dotfiles-1a26180936b9aaad32059df8a6711e42ae1843ba.zip
Remove unneeded options terminator
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 433b428f..3a69fe06 100644
--- a/bash/bashrc.d/sd.bash
+++ b/bash/bashrc.d/sd.bash
@@ -105,7 +105,7 @@ sd() {
fi
# Try to change into the determined directory
- builtin cd "${opts[@]}" -- ../"$dirname"
+ builtin cd "${opts[@]}" ../"$dirname"
}
# Completion function for sd; any sibling directories, excluding the self