From f3e87cf5f6bb6c0e7e05173796a34fb616afddfd Mon Sep 17 00:00:00 2001 From: Tobias Hernstig <30827238+thernstig@users.noreply.github.com> Date: Wed, 14 Aug 2019 19:41:52 +0200 Subject: [PATCH] Change --event to --on-event (#549) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daefe06..b6d2e6f 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ bind \cg "vi ~/.config/fish/fishfile" set -l name (basename (status -f) .fish){_uninstall} -function $name --event $name +function $name --on-event $name bind --erase \cg end ```