1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

adding suffixaliases

This commit is contained in:
tiynger
2019-10-07 15:39:07 +02:00
parent 0e7fb2fb76
commit a2c52c7d8e
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#/bin/zsh
alias -s pdf="background $READER"
alias -s tex="background $LATEX"
alias -s {png,jpg,jpeg}="background $IMAGE"