alias -s incorrect command

This commit is contained in:
Kolan Sh 2012-05-19 21:07:29 +04:00
parent 7b46e833f5
commit 7d3a51477f
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
[[ -z $DISPLAY ]] && {
alias -s {jpg,jpeg,bmp,gif,png,svg,xbm,psd}="fbi"
alias -s {avi,mpeg,mpg,3gp}="video"
alias -s {html,htm}="links -g"
alias -s {txt,lst}="cat"
} || {
alias -s {jpg,jpeg,bmp,gif,png,svg}="eog"
alias -s {pdf,djvu}="nohup > /dev/null 2>&1 evince"
alias -s {avi,mpeg,mpg,3gp}="mplayer"
alias -s {odt,doc,rtf}="nohup > /dev/null 2>&1 oowriter"
alias -s {html,htm}="firefox"
alias -s {txt,lst}="cat"
alias -s exe="wine"
}
alias -s {wav,mp3,ogg}="alsaplayer"