From 517a2bd6ca729a5c446b688e540d9ecd4a0884af Mon Sep 17 00:00:00 2001 From: Adolfo Perez Alvarez Date: Tue, 12 Sep 2023 17:06:32 +0200 Subject: [PATCH] Rename to kpick I'm no longer using this, preferring miscutils/pick instead. Keeping around as `kpick` just in case. --- Makefile | 2 +- pick => kpick | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pick => kpick (100%) diff --git a/Makefile b/Makefile index 7e0e897..8ea0be5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BINDIR?=${HOME}/.local/bin -cmds=g pick +cmds=g kpick fns=diralias j jmod nsalias install: install ${fns} $${FPATH:?FPATH not defined} diff --git a/pick b/kpick similarity index 100% rename from pick rename to kpick