dotfiles/.bash_profile
2024-05-17 20:46:22 -04:00

4 lines
165 B
Bash

[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment"
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"