mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
new alias
This commit is contained in:
parent
c74255958f
commit
7f6cad2c5b
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
autoload -U +X bashcompinit && bashcompinit
|
autoload -U +X bashcompinit && bashcompinit
|
||||||
|
|
||||||
alias bb='bitbake'
|
alias bb='bitbake'
|
||||||
|
alias cdy='cd ~/projects/yocto'
|
||||||
|
|
||||||
function bb-enter-env(){
|
function bb-enter-env(){
|
||||||
cd ~/projects/yocto
|
cd ~/projects/yocto
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@
|
||||||
remotes = remote -v
|
remotes = remote -v
|
||||||
sync = fetch --all
|
sync = fetch --all
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
|
parents = show --pretty=%P
|
||||||
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue