6 lines
79 B
Bash
6 lines
79 B
Bash
# ~/.bash_profile
|
|
chsh -s /bin/bash
|
|
if [ -f ~/.bashrc ]; then
|
|
. ~/.bashrc
|
|
fi
|