Remove ls from default wrapped commands

This commit is contained in:
Nathan Broadbent
2012-09-11 21:39:47 +12:00
parent eeb5d321d6
commit dc2d93453b

View File

@@ -95,4 +95,4 @@ git_add_and_commit_keys="\C-xc" # CTRL+x, c
# Expand numbered args for common shell commands # Expand numbered args for common shell commands
shell_command_wrapping_enabled="true" shell_command_wrapping_enabled="true"
# Here you can tweak the list of wrapped commands. # Here you can tweak the list of wrapped commands.
scmb_wrapped_shell_commands="vim emacs gedit cat rm cp mv ln ls cd" scmb_wrapped_shell_commands="vim emacs gedit cat rm cp mv ln cd"