1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-27 16:20:07 +00:00
ohmyzsh/plugins/carthage/carthage.plugin.zsh

19 lines
404 B
Bash
Raw Normal View History

2021-05-18 16:13:41 +00:00
#
# 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'