summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 15:47:40 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 15:47:40 -0400
commit4652fb938285ad72a3d21042c118361969176f80 (patch)
tree8362a1cfff5bac3d96e914ebdbd4f9fde7197b9c
parentb5f8ee46f0b8a97ddbe8b21e1605bfe2b41c0cb5 (diff)
touch up the first line in .config/bash/rc.sh and .config/login.sh
-rw-r--r--.config/bash/rc.sh2
-rw-r--r--.config/login.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/bash/rc.sh b/.config/bash/rc.sh
index dee42b4..447796a 100644
--- a/.config/bash/rc.sh
+++ b/.config/bash/rc.sh
@@ -1,4 +1,4 @@
-# ~/.bashrc: executed by bash(1) for non-login shells.
+# ~/.bashrc: executed by bash(1) for interactive non-login shells.
# I include this file for all interactive invocations of bash(1), whether
# they are login shells or not.
diff --git a/.config/login.sh b/.config/login.sh
index 851f4ec..0a358f2 100644
--- a/.config/login.sh
+++ b/.config/login.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# ~/.profile: executed by the command interpreter for login shells.
# Should be whether logging in graphically or not.
#