diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi + +if [ "$BASH" ]; then + if [ -f ~/.bashrc ]; then + . ~/.bashrc + fi +fi +mesg n 2> /dev/null || true |
