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
112 B
Plaintext
Raw Normal View History

#/bin/zsh
alias -s pdf="background $READER"
2020-04-06 01:24:26 +02:00
alias -s tex="$EDITOR"
2019-10-07 15:39:07 +02:00
alias -s {png,jpg,jpeg}="background $IMAGE"