From d4d30592c2e5e81c052ce4fec29a8a1ea23383f5 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 3 May 2026 04:15:22 +0200 Subject: [PATCH] _tmuxp: typo expl --- src/_tmuxp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_tmuxp b/src/_tmuxp index 2f20b2c..104b38b 100644 --- a/src/_tmuxp +++ b/src/_tmuxp @@ -173,7 +173,7 @@ __tmuxp_import() { (project) if [[ $line[1] == 'tmuxinator' ]] then - _wanted tmuxinator-projects exp 'tmuxinator projects' compadd $(tmuxinator completions start) + _wanted tmuxinator-projects expl 'tmuxinator projects' compadd $(tmuxinator completions start) fi ;; esac