From c668926a891a0179c71b1a7013223ea84092fea1 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Thu, 21 Jan 2021 10:14:31 +1000 Subject: [PATCH] Fix previous commit Signed-off-by: Steve Youngs --- etc/pkgusr/handy_funcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pkgusr/handy_funcs b/etc/pkgusr/handy_funcs index 2f4a656..b1cb9d1 100644 --- a/etc/pkgusr/handy_funcs +++ b/etc/pkgusr/handy_funcs @@ -247,7 +247,7 @@ alias ebp='vi -a ${HOME}/{build,.project}' # alias ebp='nano -w ${HOME}/{build,.project}' alias deps='grep --colour "Deps: " ${HOME}/.project' alias listp='pinky -l $(whoami)|less' -alias patches='find ${SLACKPKG} $(whoami)\*|grep diff' +alias patches='find ${SLACKPKG} -iname $(whoami)\*|grep diff' H-pkg() { -- 2.34.1