mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Fix order of commands, compadd must be first
This commit is contained in:
parent
c24799a8ad
commit
861181ec0c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ _composer () {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
about compadd create-project help init search selfupdate show
|
compadd about create-project help init search selfupdate show
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue