1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-18 18:07:45 +01:00
dotfiles/.config/zsh/suffixaliasrc

6 lines
122 B
Plaintext
Raw Normal View History

#/bin/zsh
alias -s pdf="background $READER"
2019-10-07 15:39:07 +02:00
alias -s tex="background $LATEX"
alias -s {png,jpg,jpeg}="background $IMAGE"