Skip to content

Commit 928c74f

Browse files
committed
feat(brave): alias to chromium
https://brave.com
1 parent ab928cd commit 928c74f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

completions/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
/_blackd
4242
/bmake
4343
/_bosh
44+
/brave
45+
/brave-browser
4446
/bsdtar
4547
/btdownloadcurses.py
4648
/btdownloadgui.py

completions/Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,8 @@ CLEANFILES = \
602602
_blackd \
603603
bmake \
604604
_bosh \
605+
brave \
606+
brave-browser \
605607
bsdtar \
606608
btdownloadcurses.py \
607609
btdownloadgui.py \
@@ -1125,7 +1127,8 @@ symlinks: $(DATA)
11251127
$(ss) cd \
11261128
pushd
11271129
$(ss) chromium-browser \
1128-
chrome chromium google-chrome google-chrome-stable
1130+
brave brave-browser chrome chromium google-chrome \
1131+
google-chrome-stable
11291132
$(ss) complete \
11301133
compgen
11311134
$(ss) convert \

completions/chromium-browser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ _comp_cmd_chromium_browser()
4545
_comp_compgen_filedir "@(?([mxs])htm?(l)|pdf|txt)"
4646
} &&
4747
complete -F _comp_cmd_chromium_browser chromium-browser google-chrome \
48-
google-chrome-stable chromium chrome
48+
google-chrome-stable chromium chrome brave brave-browser
4949

5050
# ex: filetype=sh

0 commit comments

Comments
 (0)