mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-27 16:20:07 +00:00
common-aliases: Drop domain names from browser alias list
This commit is contained in:
parent
3cb5a9097b
commit
5889f4cfc9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ autoload -Uz is-at-least
|
|||
if is-at-least 4.2.0; then
|
||||
# open browser on urls
|
||||
if [[ -n "$BROWSER" ]]; then
|
||||
_browser_fts=(htm html xhtml de org net com at cx nl se dk)
|
||||
_browser_fts=(htm html xhtml)
|
||||
for ft in $_browser_fts; do alias -s $ft='$BROWSER'; done
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue