# ~/.profile: executed by Bourne-compatible login shells.

if [ "$BASH" ]; then
  if [ -f ~/.bashrc ]; then
    . ~/.bashrc
  fi
fi

mesg n 2> /dev/null || true

# Created by `pipx` on 2026-01-28 12:24:37
export PATH="$PATH:/root/.local/bin"
