Browse Source

adding suffixaliases

master
tiynger 1 year ago
parent
commit
a2c52c7d8e
2 changed files with 3 additions and 0 deletions
  1. +1
    -0
      .config/profile
  2. +2
    -0
      .config/zsh/suffixaliasrc

+ 1
- 0
.config/profile

@ -18,6 +18,7 @@ export VIDEO="mpv"
export AUDIO="mpv"
export TABLE="sc-im"
export IMAGE="sxiv"
export LATEX="code"
# less/man colors
export LESS=-R

+ 2
- 0
.config/zsh/suffixaliasrc

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

Loading…
Cancel
Save