chezmoi_dotfiles/dot_profile

10 lines
128 B
Plaintext

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