diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:15:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:15:36 +0000 |
commit | 1534756a5c66895273cc8216171407332af5fda7 (patch) | |
tree | 904dcfe93c3361d052d5ec5726091a783edbae07 /share/dot.profile | |
parent | Initial commit. (diff) | |
download | base-files-1534756a5c66895273cc8216171407332af5fda7.tar.xz base-files-1534756a5c66895273cc8216171407332af5fda7.zip |
Adding upstream version 10.3+deb10u13.upstream/10.3+deb10u13upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/dot.profile')
-rw-r--r-- | share/dot.profile | 9 |
1 files changed, 9 insertions, 0 deletions
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 |