Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
99c9dbed
Commit
99c9dbed
authored
Dec 03, 2013
by
Gaetan Semet
Committed by
ncanceill
Jun 08, 2014
Browse files
New alias for repo: ru and rst
Signed-off-by:
Gaetan Semet
<
gaetan@xeberon.net
>
parent
e04d3e05
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/repo/repo.plugin.zsh
View file @
99c9dbed
...
@@ -10,3 +10,9 @@ compdef _repo rs='repo sync'
...
@@ -10,3 +10,9 @@ compdef _repo rs='repo sync'
alias
rsrra
=
'repo sync ; repo rebase --auto-stash'
alias
rsrra
=
'repo sync ; repo rebase --auto-stash'
compdef _repo
rsrra
=
'repo sync ; repo rebase --auto-stash'
compdef _repo
rsrra
=
'repo sync ; repo rebase --auto-stash'
alias
ru
=
'repo upload'
compdef _repo
ru
=
'repo upload'
alias
rst
=
'repo status'
compdef _repo
rst
=
'repo status'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment