mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
adding more plugin
This commit is contained in:
parent
602729755e
commit
4e9da6c167
1 changed files with 13 additions and 1 deletions
|
|
@ -9,4 +9,16 @@ compdef _c c
|
||||||
b() { cd ~/code/biokm/$1; }
|
b() { cd ~/code/biokm/$1; }
|
||||||
|
|
||||||
_b() { _files -W ~/code/biokm -/; }
|
_b() { _files -W ~/code/biokm -/; }
|
||||||
compdef _b b
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue