Files
dotfiles/bash-conf-private/.bash_profile

8 lines
85 B
Bash

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