dotfiles/.bash_profile

3 lines
164 B
Bash
Raw Normal View History

2024-05-17 20:46:22 -04:00
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment"
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"