adding more plugin

This commit is contained in:
Shuky Dvir 2012-06-08 16:11:28 +03:00
commit 4e9da6c167

View file

@ -10,3 +10,15 @@ b() { cd ~/code/biokm/$1; }
_b() { _files -W ~/code/biokm -/; }
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