# .bash_profile # Get the aliases and functions. [ -f $HOME/.bashrc ] && . $HOME/.bashrc # Set environment variables. mkdir /tmp/$USER-runtime chmod 700 /tmp/$USER-runtime export XDG_RUNTIME_DIR="/tmp/$USER-runtime" export EDITOR="nvim" export TERMINAL="st" export BROWSER="firefox" export READER="zathura" startx