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