From c0e0dbe9e69852a79ef88effd5a6865e666143ee Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 28 Feb 2024 21:14:09 +0100 Subject: fix(hm/conf/zsh/command_not_found.sh): Add missing space in cmd name --- hm/soispha/conf/zsh/config/command_not_found.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm') diff --git a/hm/soispha/conf/zsh/config/command_not_found.sh b/hm/soispha/conf/zsh/config/command_not_found.sh index 20e3aa0e..52671c5a 100644 --- a/hm/soispha/conf/zsh/config/command_not_found.sh +++ b/hm/soispha/conf/zsh/config/command_not_found.sh @@ -21,7 +21,7 @@ command_not_found_handle() { case "$len" in 0) - eprintln"$cmd: command not found" + eprintln "$cmd: command not found" ;; 1) # If only one package provides this, then we can invoke it -- cgit 1.4.1