Files
proxmox/.profile
2025-10-14 15:13:06 +02:00

8 lines
132 B
Bash

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