From 743b82cb2d6c6d428e6dab087eee2985464f970a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 18 Nov 2024 15:35:18 +0100 Subject: [PATCH] cp --- sh/alias/cp.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sh/alias/cp.sh b/sh/alias/cp.sh index 5db0082..dd1a271 100644 --- a/sh/alias/cp.sh +++ b/sh/alias/cp.sh @@ -1,5 +1,6 @@ # copy interactively -cpi() { +cpi() { sh_a__co_py_interactive "${@}"; } +sh_a__co_py_interactive() { cp \ --interactive \ "${@}"