about summary refs log tree commit diff
path: root/Completion/Unix/Command/_git
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2013-04-20 18:26:11 +0530
committerFrank Terbeck <ft@bewatermyfriend.org>2013-04-21 12:12:43 +0200
commitd1a3075293be436d557acb6ac123c100f9d30e4c (patch)
tree9eb93f88ddb338e84e23aa9ea715b898c572f4a2 /Completion/Unix/Command/_git
parentcc7437bf2fa92059564da2e2513980e9c5f687fa (diff)
downloadzsh-d1a3075293be436d557acb6ac123c100f9d30e4c.tar.gz
zsh-d1a3075293be436d557acb6ac123c100f9d30e4c.tar.xz
zsh-d1a3075293be436d557acb6ac123c100f9d30e4c.zip
31286: _git: add a couple of browsers
Add google-chrome/chromium to the list of builtinbrowsers in
__git_browsers ().

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Diffstat (limited to 'Completion/Unix/Command/_git')
-rw-r--r--Completion/Unix/Command/_git2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index a76877180..a7d1bda8a 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -5902,6 +5902,8 @@ __git_browsers () {
   builtinbrowsers=(
     firefox
     iceweasel
+    google-chrome
+    chromium
     konquerer
     w3m
     links