1 export EDITOR="/usr/bin/vim"
2 export PAGER="/usr/bin/less"
3 export PATH="/home/max/.local/bin:${PATH}"
6 if [ -n "$BASH_VERSION" ]; then
7 # include .bashrc if it exists
8 if [ -f "$HOME/.bashrc" ]; then
13 if [ -f /etc/bash_completion ]; then
14 . /etc/bash_completion