mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-02 09:27:44 +02:00
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
#/bin/zsh
|
|
|
|
alias -s pdf="background $READER"
|
|
alias -s tex="$EDITOR"
|
|
alias -s {png,jpg,jpeg}="background $IMAGE"
|