Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Gaetan Semet 2015-12-14 12:59:33 +01:00
commit 80cea3638a
15 changed files with 69 additions and 62 deletions

View file

@ -87,7 +87,7 @@ fi
# zsh is able to auto-do some kungfoo
# depends on the SUFFIX :)
if [ ${ZSH_VERSION//\./} -ge 420 ]; then
if is-at-least 4.2.0; then
# open browser on urls
_browser_fts=(htm html de org net com at cx nl se dk dk php)
for ft in $_browser_fts ; do alias -s $ft=$BROWSER ; done