diff options
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. # |