Files
dotfiles/bash-conf-private/.bash_profile
2024-12-28 12:20:43 +01:00

8 lines
85 B
Bash

#
# ~/.bash_profile
#
if [[ -n "$USER" ]]; then
source "/home/$USER/.bashrc"
fi