From 8c34a900472dd11fbe2cda6a43b2376da829f64b Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 2 Aug 2023 07:56:58 +0200 Subject: [PATCH] fix code completion bin binding --- arkanum-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkanum-completion b/arkanum-completion index 04efef1..044a70c 100644 --- a/arkanum-completion +++ b/arkanum-completion @@ -36,4 +36,4 @@ function _command_completions() { esac } -complete -F _command_completions dothis +complete -F _command_completions arkanum