File: dot.profile

package info (click to toggle)
base-files 12.4%2Bdeb12u13
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 464 kB
  • sloc: sh: 103; makefile: 43
file content (9 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# ~/.profile: executed by Bourne-compatible login shells.

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

mesg n 2> /dev/null || true