diff options
-rw-r--r-- | hm/soispha/conf/zsh/config/command_not_found.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |