Make ls aliases optional

This commit is contained in:
Jean Blanchard
2015-03-06 09:38:15 +00:00
parent 5ea1e69405
commit 349896b0cf
3 changed files with 66 additions and 61 deletions

View File

@@ -114,3 +114,5 @@ git_commit_all_with_ci_skip_keys="\C-xv" # CTRL+x, v (Appends [ci skip] to c
shell_command_wrapping_enabled="true"
# Here you can tweak the list of wrapped commands.
scmb_wrapped_shell_commands="vim emacs gedit cat rm cp mv ln cd"
# Add numbered shortcuts to output of ls -l, just like 'git status'
shell_ls_aliases_enabled="true"