diff --git a/custom/plugins/yocto/yocto.plugin.zsh b/custom/plugins/yocto/yocto.plugin.zsh index 570afa220..380b64c7d 100644 --- a/custom/plugins/yocto/yocto.plugin.zsh +++ b/custom/plugins/yocto/yocto.plugin.zsh @@ -2,6 +2,7 @@ autoload -U +X bashcompinit && bashcompinit alias bb='bitbake' +alias cdy='cd ~/projects/yocto' function bb-enter-env(){ cd ~/projects/yocto diff --git a/dot_files/gitconfig b/dot_files/gitconfig index 08180b4af..255688be2 100644 --- a/dot_files/gitconfig +++ b/dot_files/gitconfig @@ -36,6 +36,7 @@ remotes = remote -v sync = fetch --all root = rev-parse --show-toplevel + parents = show --pretty=%P [core]