mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-31 06:04:45 +02:00
new plugin: yocto
This commit is contained in:
parent
dbe8c470ce
commit
ba64b3df06
2 changed files with 5 additions and 1 deletions
4
custom/plugins/yocto/yocto.plugin.zsh
Normal file
4
custom/plugins/yocto/yocto.plugin.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Fake bash for build system
|
||||
autoload -U +X bashcompinit && bashcompinit
|
||||
|
||||
alias bb='bitbake'
|
||||
Loading…
Reference in a new issue