mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-27 16:20:07 +00:00
19 lines
No EOL
404 B
Bash
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' |