From c7b9bcce58d3b59a110e98453a2394b71b7668e0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 11 Jan 2017 23:34:51 +1300 Subject: Make some comments less useless --- sh/shrc.d/grep.sh | 2 +- sh/shrc.d/ls.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sh') diff --git a/sh/shrc.d/grep.sh b/sh/shrc.d/grep.sh index 7b3aea57..fc8f62c0 100644 --- a/sh/shrc.d/grep.sh +++ b/sh/shrc.d/grep.sh @@ -2,7 +2,7 @@ # options for us; if not, we won't be wrapping grep(1) with a function at all [ -d "$HOME"/.cache/grep ] || return -# Discard GREP_OPTIONS +# Discard GNU grep(1) environment variables if the environment set them unset -v GREP_OPTIONS # Define function proper diff --git a/sh/shrc.d/ls.sh b/sh/shrc.d/ls.sh index e29002fe..58263e96 100644 --- a/sh/shrc.d/ls.sh +++ b/sh/shrc.d/ls.sh @@ -6,7 +6,7 @@ # does, just get rid of it unalias ls >/dev/null 2>&1 -# Discard LS_OPTIONS and LS_COLORS +# Discard GNU ls(1) environment variables if the environment set them unset -v LS_OPTIONS LS_COLORS # Define function proper -- cgit v1.2.3