mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-12 20:41:16 +02:00
adding suffixaliases
This commit is contained in:
@@ -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
|
||||
|
@@ -1,3 +1,5 @@
|
||||
#/bin/zsh
|
||||
|
||||
alias -s pdf="background $READER"
|
||||
alias -s tex="background $LATEX"
|
||||
alias -s {png,jpg,jpeg}="background $IMAGE"
|
||||
|
Reference in New Issue
Block a user