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 235455281a
commit 0bbd3296f1
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"