From 414e12f7fa83db5e45f43b9a37b29b8e401be676 Mon Sep 17 00:00:00 2001 From: Dimitris Marakomihelakis Date: Tue, 15 Jun 2021 14:14:08 +0300 Subject: [PATCH] Remove comment misdirection --- shellnotes.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shellnotes.sh b/shellnotes.sh index 57ea367..abc5834 100644 --- a/shellnotes.sh +++ b/shellnotes.sh @@ -1,7 +1,7 @@ #The first line is the user's default shell found during installation process. -#Warning! If you don't have gedit(text editor) or nano installed, you may have to change the default text editor (lines 10, 25, 40). +#Warning! If you don't have gedit(text editor) or nano installed, you may have to change the default text editor. #The lines below must NOT be changed. DIR="$(pwd)" @@ -30,4 +30,4 @@ DIR="$(pwd)" . ~/.shellnotes/util/syntax/.dir.sh . ~/.shellnotes/util/syntax/.me.sh . ~/.shellnotes/util/syntax/.dir.sh -. ~/.shellnotes/util/syntax/.param.sh \ No newline at end of file +. ~/.shellnotes/util/syntax/.param.sh