mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Carthage plugin
This commit is contained in:
parent
d646884add
commit
adec61db62
2 changed files with 46 additions and 0 deletions
19
plugins/carthage/carthage.plugin.zsh
Normal file
19
plugins/carthage/carthage.plugin.zsh
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
#
|
||||
# Aliases
|
||||
# (sorted alphabetically)
|
||||
#
|
||||
|
||||
alias c='carthage'
|
||||
alias ca='carthage archive'
|
||||
alias cb='carthage build'
|
||||
alias cbs='carthage bootstrap'
|
||||
alias cck='carthage checkout'
|
||||
alias ccf='carthage copy-frameworks'
|
||||
alias cf='carthage fetch'
|
||||
alias ch='carthage help'
|
||||
alias cl='cat Cartfile'
|
||||
alias co='carthage outdated'
|
||||
alias cu='carthage update'
|
||||
alias cv= 'carthage validate'
|
||||
alias cver='carthage version'
|
||||
Loading…
Add table
Add a link
Reference in a new issue