Files
patronageos/config/settings/skel/bash_profile

6 lines
79 B
Bash

# ~/.bash_profile
chsh -s /bin/bash
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi