Extensions: firefox and firefox-bin choices.

master
Kolan Sh 2013-04-15 12:25:19 +04:00
parent 171a22a90f
commit 3b6cec52de
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,9 @@
alias -s {pdf,djvu}="nohup &> /dev/null evince"
which gnome-mplayer &>/dev/null && alias -s {avi,mpeg,mpg,3gp}="nohup &>/dev/null gnome-mplayer" || alias -s {avi,mpeg,mpg,3gp}="nohup &>/dev/null mplayer"
alias -s {odt,doc,sxw,rtf,odf,xls,ppt}="nohup &> /dev/null soffice"
alias -s {html,htm}="firefox"
# alias -s {html,htm,xhtml}=pick-web-browser
which firefox &>/dev/null && alias -s {html,htm,xhtml}="firefox"
which firefox-bin &>/dev/null && alias -s {html,htm,xhtml}="firefox-bin"
alias -s {txt,lst}="cat"
alias -s exe="wine"
}
@ -21,4 +23,3 @@
alias -s {wav,mp3,ogg}="alsaplayer"
autoload -U pick-web-browser
alias -s {html,htm,xhtml}=pick-web-browser