From 4e9da6c1679fd09ecea87b49ff26ea480cc7504b Mon Sep 17 00:00:00 2001 From: Shuky Dvir Date: Fri, 8 Jun 2012 16:11:28 +0300 Subject: [PATCH] adding more plugin --- custom/plugins/shukyf/shukyf.plugin.zsh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom/plugins/shukyf/shukyf.plugin.zsh b/custom/plugins/shukyf/shukyf.plugin.zsh index 7f3dc9a59..ebef63105 100644 --- a/custom/plugins/shukyf/shukyf.plugin.zsh +++ b/custom/plugins/shukyf/shukyf.plugin.zsh @@ -9,4 +9,16 @@ compdef _c c b() { cd ~/code/biokm/$1; } _b() { _files -W ~/code/biokm -/; } -compdef _b b \ No newline at end of file +compdef _b b + + + + +p() { cd ~/private_projects/$1; } + +_p() { _files -W ~/private_projects -/; } +compdef _p p + + +alias gmf='git merge --no-ff' +compdef _git gmf=git-merge--no-ff \ No newline at end of file