add general linux conf

This commit is contained in:
2022-02-28 14:53:40 +00:00
parent ddd53f3c41
commit 42eacc8844
6 changed files with 340 additions and 0 deletions

9
linux/.profile Normal file
View File

@@ -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