# # ~/.bash_profile # [[ -f ~/.bashrc ]] && . ~/.bashrc # Add local scripts to PATH PATH=~/.local/bin:$PATH # Set editor to emacs EDITOR=emacsclient