From 1534756a5c66895273cc8216171407332af5fda7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 20:15:36 +0200 Subject: Adding upstream version 10.3+deb10u13. 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..4d01fae --- /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 || true -- cgit v1.2.3