# bash profile PATH=$PATH:~/.local/bin export HISTFILE=~/.local/share/bash/history export LESSHISTFILE=- export EDITOR=nvim export VISUAL=$EDITOR [[ -f ~/.bashrc ]] && . ~/.bashrc