README: Update function option in conf.d (#497)

Replace non-existing --event argument with --on-event.
This commit is contained in:
Rodrigo Bermúdez Schettino 2018-11-30 01:23:05 +01:00 committed by Jorge Bucaran
parent 60a34e50b4
commit b47c0469db

View file

@ -273,7 +273,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 -e \cg
end
```