guixconfig/home/.bash_profile

6 lines
134 B
Bash
Raw Normal View History

2023-11-28 21:38:47 +00:00
# include .profile if it exists
[[ -f ~/.profile ]] && . ~/.profile
# include .bashrc if it exists
[[ -f ~/.bashrc ]] && . ~/.bashrc