chezmoi_dotfiles/dot_bash_profile

12 lines
152 B
Plaintext

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