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

@@ -26,6 +26,7 @@ source "$scmbDir/lib/scm_breeze.sh"
oneTimeSetUp() {
export shell_command_wrapping_enabled="true"
export scmb_wrapped_shell_commands="not_found cat rm cp mv ln cd sed"
export shell_ls_aliases_enabled="true"
alias rvm="test" # Ensure tests run if RVM isn't loaded but $HOME/.rvm is present