mirror of https://github.com/ohmyzsh/ohmyzsh.git
6 lines
132 B
Bash
6 lines
132 B
Bash
|
alias depc="dep check"
|
||
|
alias deps="dep status"
|
||
|
alias depe="dep ensure"
|
||
|
alias depa="dep ensure -add"
|
||
|
alias depu="dep ensure -update"
|