update zsh configuration files

This commit is contained in:
arcan1s
2014-11-26 12:10:58 +03:00
parent 63bae6ae0b
commit 8071d696d8
25 changed files with 447 additions and 1848 deletions

7
zsh/filetypes_aliases Normal file
View File

@ -0,0 +1,7 @@
# alias -s
alias -s {avi,mpeg,mpg,mov,m2v,mkv}=mpv
alias -s {mp3,flac}=qmmp
alias -s {odt,doc,xls,ppt,docx,xlsx,pptx,csv}=libreoffice
alias -s {pdf}=okular
autoload -U pick-web-browser
alias -s {html,htm}=firefox