From 4652fb938285ad72a3d21042c118361969176f80 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 15:47:40 -0400 Subject: touch up the first line in .config/bash/rc.sh and .config/login.sh --- .config/bash/rc.sh | 2 +- .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. # -- cgit v1.2.3