Fixed migration order on macOS

pull/1043/head
Nils Winkler 2017-09-15 08:10:16 +02:00
parent 6e34d4f837
commit 88ef16ccc7
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ _bash-it-migrate() {
for file_type in "aliases" "plugins" "completion"
do
for f in `compgen -G "${BASH_IT}/$file_type/enabled/*.bash"`
for f in `sort <(compgen -G "${BASH_IT}/$file_type/enabled/*.bash")`
do
typeset ff=$(basename $f)