mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
10 lines
193 B
Bash
10 lines
193 B
Bash
|
|
# Bazaar
|
|
alias bcm='bzr commit'
|
|
alias bsw='bzr switch'
|
|
alias bco='bzr checkout'
|
|
alias bdf='bzr diff'
|
|
alias bmg='bzr merge'
|
|
alias bup='bzr update'
|
|
alias brv='bzr revert'
|
|
alias bst='bzr status'
|