summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/repo/repo.plugin.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/repo/repo.plugin.zsh')
-rw-r--r--zsh/oh-my-zsh/plugins/repo/repo.plugin.zsh10
1 files changed, 0 insertions, 10 deletions
diff --git a/zsh/oh-my-zsh/plugins/repo/repo.plugin.zsh b/zsh/oh-my-zsh/plugins/repo/repo.plugin.zsh
deleted file mode 100644
index f098993..0000000
--- a/zsh/oh-my-zsh/plugins/repo/repo.plugin.zsh
+++ /dev/null
@@ -1,10 +0,0 @@
-alias r='repo'
-alias rra='repo rebase --auto-stash'
-alias rs='repo sync'
-alias rsrra='repo sync ; repo rebase --auto-stash'
-alias ru='repo upload'
-alias rst='repo status'
-alias rsto='repo status -o'
-alias rfa='repo forall -c'
-alias rfap='repo forall -p -c'
-alias rinf='repo info'