Files
server/root/.profile
2026-01-07 20:52:11 +01:00

12 lines
208 B
Bash

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