chiark / gitweb /
dot/bash_profile: Eliminate the already-run guard.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 16 Sep 2012 14:17:07 +0000 (15:17 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 16 Sep 2012 14:20:29 +0000 (15:20 +0100)
commit8523d7897d6e8a82c48d83cb191e9d3dfbd0eb74
treea6915bc682ee2e63b4a645db2b1c8b6859e1ca8f
parent3578eaf8df6a99587a18f56cb93102c47e1278b6
dot/bash_profile: Eliminate the already-run guard.

Debian's /etc/profile unconditionally sets the PATH to an unhelpful
thing.  If we don't run our profile again, the PATH will be left wrong.
So now we run unconditionally in login shells.  We should continue to
set the `__mdw_profile' flag variable, though, since this clues
`.bashrc' into running us if there's been no login shell since the
environment was cleared.
dot/bash_profile