mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
5 lines
130 B
Bash
5 lines
130 B
Bash
# Aliases
|
|
alias r='repo'
|
|
compdef _repo r=repo
|
|
alias rra='repo rebase --auto-stash'
|
|
compdef _repo r=rra='repo rebase --auto-stash'
|