aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-17 09:50:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-17 09:50:53 +1300
commitbeb467011bed3fc2fac495fb22052b9d87d22ab0 (patch)
tree806b329380d90ee37397922648b75b18b7d4914b /bash
parentCondense ENV_EXT hack, unset it (diff)
downloaddotfiles-beb467011bed3fc2fac495fb22052b9d87d22ab0.tar.gz
dotfiles-beb467011bed3fc2fac495fb22052b9d87d22ab0.zip
Revert "Use backslash to escape single char"
This reverts commit 245c2d6647e34fb432066360499ed02c5711271c. shellcheck worries about this.
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/completion.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc.d/completion.bash b/bash/bashrc.d/completion.bash
index 92e0ce0a..51de24b8 100644
--- a/bash/bashrc.d/completion.bash
+++ b/bash/bashrc.d/completion.bash
@@ -37,8 +37,8 @@ complete -A variable for getopts let read select
complete -A helptopic help
# Jobspecs
-complete -P \% -A job disown fg jobs
-complete -P \% -A stopped bg
+complete -P '%' -A job disown fg jobs
+complete -P '%' -A stopped bg
# Readline bindings
complete -A binding bind