diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-20 19:37:08 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-20 19:37:08 -0400 |
commit | a9fb80359a3e84ed7b64d3ecdf699acc5e53abc9 (patch) | |
tree | 04b9575e3e3338b91c2d110bd4ceeac2a52cafe3 /.config/bash/login.sh | |
parent | 39db29c39dcca6d47fbc56dffd8c0c7bf63beb51 (diff) | |
parent | b0fc73174a1142ff0ff30d187944aa5b86eb3595 (diff) |
Merge branch 'master' of git://lukeshu.com/dotfiles
Diffstat (limited to '.config/bash/login.sh')
-rw-r--r-- | .config/bash/login.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/bash/login.sh b/.config/bash/login.sh index 1269a03..08f26b8 100644 --- a/.config/bash/login.sh +++ b/.config/bash/login.sh @@ -1,6 +1,5 @@ -# ~/.bash_login: executed by bash(1) when login shell starts. - -# I think this is sane default behavior +#!/hint/bash +# ~/.bash_login: Sourced by bash(1) when login shell starts # Load user settings . "$HOME/.profile" |