mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +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'
|
||||||
|
|
@ -39,7 +39,7 @@ plugins=(git2 python repo intel-repo cp buildbot rsync git-extras git-remote-bra
|
||||||
command-not-found debian dircycle encode64 lol extract launch_trial \
|
command-not-found debian dircycle encode64 lol extract launch_trial \
|
||||||
vim-scp ufw sublime pylint pep8 autopep8 \
|
vim-scp ufw sublime pylint pep8 autopep8 \
|
||||||
common-aliases buildbot_dev zsh-syntax-highlighting \
|
common-aliases buildbot_dev zsh-syntax-highlighting \
|
||||||
txw jump grin pip colored-man docker)
|
tmux txw jump grin pip colored-man docker yocto)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue