Installed Oh-My-Zsh, slight polybar change (brightness)
This commit is contained in:
18
.oh-my-zsh/plugins/repo/repo.plugin.zsh
Normal file
18
.oh-my-zsh/plugins/repo/repo.plugin.zsh
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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'
|
||||
|
||||
alias ru='repo upload'
|
||||
compdef _repo ru='repo upload'
|
||||
|
||||
alias rst='repo status'
|
||||
compdef _repo rst='repo status'
|
Reference in New Issue
Block a user