From 0e1ae328c3ef2531584b1a34b133ae32beca913b Mon Sep 17 00:00:00 2001 From: Thomas Leavitt Date: Sun, 16 Dec 2018 21:47:52 -0800 Subject: [PATCH] Typo fix, add lead comment to .bash_profile --- .bash_logout | 2 +- .bash_profile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bash_logout b/.bash_logout index 10cd85e..0c8cd33 100644 --- a/.bash_logout +++ b/.bash_logout @@ -1,4 +1,4 @@ -# ~/.bsah_lgout +# ~/.bash_logout # prints random fortune to screen; note that -s is passed to fortune to # prevent your screen from being flooded, and -w is enabled, since we're # logging out of our session. diff --git a/.bash_profile b/.bash_profile index b7621ad..11f80da 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,4 @@ +# ~/.bash_profile [[ -s ~/.bashrc ]] && source ~/.bashrc # prints random fortune to screen; note that -s is passed to fortune to -- 2.18.5