浏览代码

PHP suffix alias should be removed

PHP can be executed as CLI script but due to the automated attempt
to add browser support to that extension such ability is prevented
in certain circumstances.
Marco De Bortoli 8 年之前
父节点
当前提交
d47a722192
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/common-aliases/common-aliases.plugin.zsh

+ 1 - 1
plugins/common-aliases/common-aliases.plugin.zsh

@@ -54,7 +54,7 @@ alias mv='mv -i'
 # depends on the SUFFIX :)
 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)
+  _browser_fts=(htm html de org net com at cx nl se dk dk)
   for ft in $_browser_fts ; do alias -s $ft=$BROWSER ; done
 
   _editor_fts=(cpp cxx cc c hh h inl asc txt TXT tex)