mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-19 04:29:44 +01:00
adding suffixaliases
This commit is contained in:
.config
@@ -18,6 +18,7 @@ export VIDEO="mpv"
|
|||||||
export AUDIO="mpv"
|
export AUDIO="mpv"
|
||||||
export TABLE="sc-im"
|
export TABLE="sc-im"
|
||||||
export IMAGE="sxiv"
|
export IMAGE="sxiv"
|
||||||
|
export LATEX="code"
|
||||||
|
|
||||||
# less/man colors
|
# less/man colors
|
||||||
export LESS=-R
|
export LESS=-R
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
#/bin/zsh
|
#/bin/zsh
|
||||||
|
|
||||||
alias -s pdf="background $READER"
|
alias -s pdf="background $READER"
|
||||||
|
alias -s tex="background $LATEX"
|
||||||
|
alias -s {png,jpg,jpeg}="background $IMAGE"
|
||||||
|
|||||||
Reference in New Issue
Block a user