Compare commits
2 commits
9467ff8afd
...
45d4b67adb
Author | SHA1 | Date | |
---|---|---|---|
45d4b67adb | |||
efb646d37a |
1 changed files with 9 additions and 0 deletions
9
.profile
Normal file
9
.profile
Normal 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
|
Loading…
Add table
Reference in a new issue