mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-15 06:45:47 +00:00
rename files to zsh
This commit is contained in:
8
zsh/filetypes_aliases.zsh
Normal file
8
zsh/filetypes_aliases.zsh
Normal file
@ -0,0 +1,8 @@
|
||||
# alias -s
|
||||
alias -s {avi,mpeg,mpg,mov,m2v,mkv}=mpv
|
||||
alias -s {jpg,jpeg,png,svg,eps}=gwenview
|
||||
alias -s {mp3,flac}=qmmp
|
||||
alias -s {odt,doc,xls,ppt,docx,xlsx,pptx,csv}=libreoffice
|
||||
alias -s {pdf,djvu,djv}=okular
|
||||
autoload -U pick-web-browser
|
||||
alias -s {html,htm}=firefox
|
Reference in New Issue
Block a user