mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge c8923633bb into 80924959c4
This commit is contained in:
commit
7fd370da51
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ alias mv='mv -i'
|
||||||
# depends on the SUFFIX :)
|
# depends on the SUFFIX :)
|
||||||
if is-at-least 4.2.0; then
|
if is-at-least 4.2.0; then
|
||||||
# open browser on urls
|
# 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
|
for ft in $_browser_fts ; do alias -s $ft=$BROWSER ; done
|
||||||
|
|
||||||
_editor_fts=(cpp cxx cc c hh h inl asc txt TXT tex)
|
_editor_fts=(cpp cxx cc c hh h inl asc txt TXT tex)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue