From adbb37a17ef9cceb3310a72eb3c9f41854f43322 Mon Sep 17 00:00:00 2001 From: iff Date: Mon, 31 Jul 2023 10:21:39 +0200 Subject: [PATCH] fix: README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 27d8e87..480a28a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ pattern = [ # this will add a `sudo` before the command if: # - the `sudo` is found by `which` # - the command last command does not contain `sudo` -# - the last command typed by the user does not contain `sudo` suggest = ''' #[executable(sudo), !cmd_contains(sudo)] sudo {{command}}'''