1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-02 09:27:44 +02:00
dotfiles/.config/zsh/suffixaliasrc
2020-04-06 01:24:26 +02:00

6 lines
112 B
Plaintext

#/bin/zsh
alias -s pdf="background $READER"
alias -s tex="$EDITOR"
alias -s {png,jpg,jpeg}="background $IMAGE"