chezmoi_dotfiles/dot_profile

10 lines
138 B
Plaintext

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export EDITOR=emacsclient
PATH=~/.local/spells:$PATH
echo "Bash Profile Loaded"