fix uninstall package instructions (#586)

pull/597/head
Patrick 4 years ago committed by GitHub
parent c84294b06f
commit c2c091f33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -248,7 +248,7 @@ fish-fishfile-quick-edit
```fish
bind \cg "vi ~/.config/fish/fishfile"
set -l name (basename (status -f) .fish){_uninstall}
set -l name (basename (status -f) .fish)_uninstall
function $name --on-event $name
bind --erase \cg

Loading…
Cancel
Save