typeset -U path path=(~/.local/bin ~/.cargo/bin $path[@]) export QT_QPA_PLATFORM=wayland-egl # make less more friendly for non-text input files, see lesspipe(1) if [ -x /usr/bin/lesspipe ]; then export LESSOPEN="|lesspipe %s" elif [ -x /usr/bin/lesspipe.sh ]; then export LESSOPEN="|lesspipe.sh %s" fi # colored GCC warnings and errors export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' export EDITOR="vim" export TMPDIR="/tmp/${USER}"