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
2021-05-18 21:43:41 +05:30

19 lines
No EOL
404 B
Bash

#
# 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'