changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > home / .profile

revision 83: 8bd50ea9a546
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/.profile	Mon Aug 12 21:50:44 2024 -0400
     1.3@@ -0,0 +1,7 @@
     1.4+# if running bash
     1.5+if [ -n "$BASH_VERSION" -a -n "$PS1" ]; then
     1.6+    # include .bashrc if it exists
     1.7+    if [ -f "$HOME/.bashrc" ]; then
     1.8+    . "$HOME/.bashrc"
     1.9+    fi
    1.10+fi