mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Fix aliases for git and repo
This also adds the wonderful "gitk-entier-history" alias to display the entiere git history with dangling commits. Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
7f74294d7a
commit
5c103b5675
2 changed files with 53 additions and 5 deletions
|
|
@ -1,2 +1,12 @@
|
|||
# Aliases
|
||||
alias r='repo'
|
||||
compdef _repo r=repo
|
||||
|
||||
alias rra='repo rebase --auto-stash'
|
||||
compdef _repo rra='repo rebase --auto-stash'
|
||||
|
||||
alias rs='repo sync'
|
||||
compdef _repo rs='repo sync'
|
||||
|
||||
alias rsrra='repo sync ; repo rebase --auto-stash'
|
||||
compdef _repo rsrra='repo sync ; repo rebase --auto-stash'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue