export EDITOR="emc" export PATH="/home/max/.local/bin:${PATH}" export TMPDIR="/home/max/.local/tmp" if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi