mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-21 19:07:44 +01: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"
|