Use shell_command_wrapping_enabled, since the work was done for Zsh compatibility

This commit is contained in:
Nathan Broadbent
2012-08-16 00:36:22 +12:00
parent 8fcf8e8411
commit 9ef8a39409
2 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ git_commit_all_keys="\C-x " # CTRL+x, SPACE
git_add_and_commit_keys="\C-xc" # CTRL+x, c
# Bash Command Wrapping
# Shell Command Wrapping
# ----------------------------------------------
# Expand numbered args for common bash commands
bash_command_wrapping_enabled="true"
# Expand numbered args for common shell commands
shell_command_wrapping_enabled="true"