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