Files
dotfiles/linux/dosmo/.profile
2022-01-09 22:19:02 +00:00

10 lines
148 B
Bash

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