From aeef63985a7cbe57346f76b38d84482ff0157dbe Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Thu, 7 Nov 2013 10:09:56 +0100 Subject: [PATCH] new repo alias: rst for repo status Signed-off-by: Gaetan Semet --- plugins/repo/repo.plugin.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/repo/repo.plugin.zsh b/plugins/repo/repo.plugin.zsh index ad58ee8e2..33f4195c7 100644 --- a/plugins/repo/repo.plugin.zsh +++ b/plugins/repo/repo.plugin.zsh @@ -13,3 +13,6 @@ 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'