From c133b4727570ed2dc3dbf91fe7d876f250dc1a32 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 07:10:29 +0200 Subject: Adding upstream version 11.1+deb11u9. Signed-off-by: Daniel Baumann --- share/dot.profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 share/dot.profile (limited to 'share/dot.profile') diff --git a/share/dot.profile b/share/dot.profile new file mode 100644 index 0000000..c4c7402 --- /dev/null +++ b/share/dot.profile @@ -0,0 +1,9 @@ +# ~/.profile: executed by Bourne-compatible login shells. + +if [ "$BASH" ]; then + if [ -f ~/.bashrc ]; then + . ~/.bashrc + fi +fi + +mesg n 2> /dev/null || true -- cgit v1.2.3