# bash profile PATH=$PATH:~/.local/bin export HISTFILE=~/.local/share/bash/history export HISTCONTROL=erasedups export LESSHISTFILE=- export EDITOR=nvim export VISUAL=$EDITOR export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket [[ -f ~/.bashrc ]] && . ~/.bashrc