Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 1/3] Completion/Unix/Command/_git: add a couple of browsers



Add google-chrome/chromium to the list of builtinbrowsers in
__git_browsers ().

Signed-off-by: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
---
 Completion/Unix/Command/_git | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 2b6a369..f1753aa 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -5896,6 +5896,8 @@ __git_browsers () {
   builtinbrowsers=(
     firefox
     iceweasel
+    google-chrome
+    chromium
     konquerer
     w3m
     links
-- 
1.8.2.1.506.gbce9ff0



Messages sorted by: Reverse Date, Date, Thread, Author