diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 15:47:40 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 15:47:40 -0400 |
commit | 4652fb938285ad72a3d21042c118361969176f80 (patch) | |
tree | 8362a1cfff5bac3d96e914ebdbd4f9fde7197b9c /.config | |
parent | b5f8ee46f0b8a97ddbe8b21e1605bfe2b41c0cb5 (diff) |
touch up the first line in .config/bash/rc.sh and .config/login.sh
Diffstat (limited to '.config')
-rw-r--r-- | .config/bash/rc.sh | 2 | ||||
-rw-r--r-- | .config/login.sh | 2 |
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. # |