From 7f6cad2c5b6dd081e993843f9e481e0f302e798b Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Fri, 27 May 2016 12:54:37 +0200 Subject: [PATCH] new alias --- custom/plugins/yocto/yocto.plugin.zsh | 1 + dot_files/gitconfig | 1 + 2 files changed, 2 insertions(+) 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]