mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
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>
This commit is contained in:
parent
cc7437bf2f
commit
d1a3075293
2 changed files with 7 additions and 0 deletions
|
@ -5902,6 +5902,8 @@ __git_browsers () {
|
|||
builtinbrowsers=(
|
||||
firefox
|
||||
iceweasel
|
||||
google-chrome
|
||||
chromium
|
||||
konquerer
|
||||
w3m
|
||||
links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue