3 lines
71 B
Plaintext
3 lines
71 B
Plaintext
# Source /root/.bashrc if user has one
|
|
[ -f ~/.bashrc ] && . ~/.bashrc
|
# Source /root/.bashrc if user has one
|
|
[ -f ~/.bashrc ] && . ~/.bashrc
|