# web_man.sh
export WEB_MAN_CACHEDIR=~/.cache/web-man
# ranger
export TERMINAL=st
export TERMCMD=st
# GNU parallel
export PARALLEL='--no-notice --eta'
# gzdoom
export DOOMWADDIR=~/Data/Games/Doom/IWAD
# Qt theming
export QT_QPA_PLATFORMTHEME=qt5ct
# mupdf
export MUPDF_HISTORY=~/.config/mupdf/history
# Gallium HUD
#export GALLIUM_HUD_TOGGLE_SIGNAL=10
#export GALLIUM_HUD="cpu0+cpu1+cpu2+cpu3+cpu4+cpu5+cpu6+cpu7+GPU-load;.dVRAM-usage;.dfps"
#export GALLIUM_HUD_VISIBLE=false
export EDITOR='emacs -nw'
#export VISUAL="emacs"
export LESS=-RSMi
# remove / and =
WORDCHARS='*?_-.[]~&;!#$%^(){}<>'
HISTSIZE=5000
SAVEHIST=5000
HISTFILE=~/.zsh_history