fix: README

This commit is contained in:
iff 2023-07-31 10:21:39 +02:00
parent 9ebe08ad64
commit adbb37a17e

View file

@ -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}}'''