mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-01 20:17:50 +08:00
common-aliases: Drop domain names from browser alias list
This commit is contained in:
parent
3cb5a9097b
commit
5889f4cfc9
@ -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 New Issue
Block a user