new alias

This commit is contained in:
Gaetan Semet 2016-05-27 12:54:37 +02:00
commit 7f6cad2c5b
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
autoload -U +X bashcompinit && bashcompinit
alias bb='bitbake'
alias cdy='cd ~/projects/yocto'
function bb-enter-env(){
cd ~/projects/yocto

View file

@ -36,6 +36,7 @@
remotes = remote -v
sync = fetch --all
root = rev-parse --show-toplevel
parents = show --pretty=%P
[core]