From 4e62ac47b01fd02874047bcd799059e71dadc3ca Mon Sep 17 00:00:00 2001 From: Santiago Vila Date: Sun, 11 Jun 2023 17:00:00 +0200 Subject: Version 13 --- 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