dotfiles/bash/.bash_profile

5 lines
193 B
Bash
Raw Normal View History

2024-05-19 02:23:03 -04:00
# shellcheck disable=SC1091
2024-05-17 20:46:22 -04:00
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment"
2024-05-19 02:23:03 -04:00
2024-05-17 20:46:22 -04:00
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"