mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01: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
|
@ -1,3 +1,8 @@
|
|||
2013-04-21 Ramkumar Ramachandra <artagnon@gmail.com>
|
||||
|
||||
* 31286: Completion/Unix/Command/_git: _git: add a couple of
|
||||
browsers
|
||||
|
||||
2013-04-20 Torstein Hegge <hegge@resisty.net>
|
||||
|
||||
* 31159: Completion/Unix/Command/_git: git: Pass prefix filter to
|
||||
|
|
|
@ -5902,6 +5902,8 @@ __git_browsers () {
|
|||
builtinbrowsers=(
|
||||
firefox
|
||||
iceweasel
|
||||
google-chrome
|
||||
chromium
|
||||
konquerer
|
||||
w3m
|
||||
links
|
||||
|
|
Loading…
Reference in a new issue