summaryrefslogtreecommitdiff
path: root/.config/bash/login.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-20 19:37:22 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-20 19:37:22 -0400
commit92cc88c0668655155e9b63d8f43f51b12410fdff (patch)
tree8f4d21ec67e5045585bc7acb6baf7b12494a7f89 /.config/bash/login.sh
parent278000a3b8a64fd000ddd8198f76bd2bf78e4557 (diff)
parenta9fb80359a3e84ed7b64d3ecdf699acc5e53abc9 (diff)
Merge branch 'master' into build64-par/master
Diffstat (limited to '.config/bash/login.sh')
-rw-r--r--.config/bash/login.sh5
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"