Files
dotfiles/bash/.bash_profile
2024-07-09 12:04:43 +02:00

7 lines
93 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -f ~/.profile ]] && . ~/.profile