From beb467011bed3fc2fac495fb22052b9d87d22ab0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 Feb 2017 09:50:53 +1300 Subject: Revert "Use backslash to escape single char" This reverts commit 245c2d6647e34fb432066360499ed02c5711271c. shellcheck worries about this. --- bash/bashrc.d/completion.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash') 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 -- cgit v1.2.3