From ba64b3df06e3cbdde1a05c5b3d6128d9f0d6a61f Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Thu, 26 May 2016 15:25:41 +0200 Subject: [PATCH] new plugin: yocto --- custom/plugins/yocto/yocto.plugin.zsh | 4 ++++ templates/zshrc-linux.zsh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 custom/plugins/yocto/yocto.plugin.zsh diff --git a/custom/plugins/yocto/yocto.plugin.zsh b/custom/plugins/yocto/yocto.plugin.zsh new file mode 100644 index 000000000..200eb4c98 --- /dev/null +++ b/custom/plugins/yocto/yocto.plugin.zsh @@ -0,0 +1,4 @@ +# Fake bash for build system +autoload -U +X bashcompinit && bashcompinit + +alias bb='bitbake' diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index d1a229a3e..b75027a9a 100644 --- a/templates/zshrc-linux.zsh +++ b/templates/zshrc-linux.zsh @@ -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 \ vim-scp ufw sublime pylint pep8 autopep8 \ 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