my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
280 B

3 years ago
  1. alias r='repo'
  2. alias rra='repo rebase --auto-stash'
  3. alias rs='repo sync'
  4. alias rsrra='repo sync ; repo rebase --auto-stash'
  5. alias ru='repo upload'
  6. alias rst='repo status'
  7. alias rsto='repo status -o'
  8. alias rfa='repo forall -c'
  9. alias rfap='repo forall -p -c'
  10. alias rinf='repo info'