Undo previous commit, as it result in an error
parent
3b837dd6d7
commit
3afe64130c
|
|
@ -16,7 +16,7 @@ if [ "$1" != "skip" ] && [ -d "./enabled" ]; then
|
||||||
alias|completion|plugin)
|
alias|completion|plugin)
|
||||||
_bash_it_config_type=$1
|
_bash_it_config_type=$1
|
||||||
_log_debug "Loading enabled $1 components..." ;;
|
_log_debug "Loading enabled $1 components..." ;;
|
||||||
*|)
|
*|'')
|
||||||
_log_debug "Loading all enabled components..." ;;
|
_log_debug "Loading all enabled components..." ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue