Fix previous commit
authorSteve Youngs <steve@steveyoungs.com>
Thu, 21 Jan 2021 00:14:31 +0000 (10:14 +1000)
committerSteve Youngs <steve@steveyoungs.com>
Thu, 21 Jan 2021 00:14:31 +0000 (10:14 +1000)
Signed-off-by: Steve Youngs <steve@steveyoungs.com>
etc/pkgusr/handy_funcs

index 2f4a656..b1cb9d1 100644 (file)
@@ -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()
 {