mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-26 14:21:58 +00:00
5 lines
132 B
Bash
5 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"
|