2 export PATH="/home/max/.local/bin:${PATH}"
3 export TMPDIR="/home/max/.local/tmp"
5 if [ -n "$BASH_VERSION" ]; then
6 # include .bashrc if it exists
7 if [ -f "$HOME/.bashrc" ]; then
12 if [ -f /etc/bash_completion ]; then
13 . /etc/bash_completion
18 export PATH="$HOME/.cargo/bin:$PATH"