Files
shell-config/.bash_profile
2026-05-11 14:52:42 +02:00

11 lines
134 B
Bash

#
# ~/.bash_profile
#
# load exports
[[ -f ~/.bashrc ]] && . ~/.bashrc
# load bash config
[[ -f ~/.bashrc ]] && . ~/.bash_config