mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Add dep plugin
This commit is contained in:
parent
52fdae4b3d
commit
a85760d457
3 changed files with 91 additions and 0 deletions
5
plugins/dep/dep.plugin.zsh
Normal file
5
plugins/dep/dep.plugin.zsh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
alias depc="dep check"
|
||||
alias deps="dep status"
|
||||
alias depe="dep ensure"
|
||||
alias depa="dep ensure -add"
|
||||
alias depu="dep ensure -update"
|
||||
Loading…
Add table
Add a link
Reference in a new issue