Files
snek/terminal/.profile
T

12 lines
163 B
Bash
Raw Normal View History

# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n 2> /dev/null || true