Skip to content

Commit

Permalink
Load .bashrc, even when starting a login shell
Browse files Browse the repository at this point in the history
This is necessary to make .bashrc load when opening a shell on OS X.
  • Loading branch information
eugeneius committed Jun 29, 2014
1 parent 05992cc commit 13dd961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bash_profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Load .bashrc, even when starting a login shell.
[[ -f ~/.bashrc ]] && source ~/.bashrc

0 comments on commit 13dd961

Please sign in to comment.