From f63a0bb4256c46cb796ddcbef8c204a96d8421b4 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 13 Aug 2023 15:49:49 +0100 Subject: [PATCH] done: fix typo --- done.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/done.plugin.zsh b/done.plugin.zsh index 142aaaf..81db073 100644 --- a/done.plugin.zsh +++ b/done.plugin.zsh @@ -9,7 +9,7 @@ if [ -z "$SSH_CLIENT" ]; then elif [ "${DONE_ALLOW_NONGRAPHICAL:-0}" -ne 0 ] && (( ${+functions[done_send_notification]} )); then : # Or if the user really wants us to else - # Exit early if otherwise + # Exit early otherwise return fi