change type of bootstrap script to `console`

pull/686/head
Luong Vo 3 years ago committed by GitHub
parent 8a78b3df06
commit b4f6d833b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ If you want to automate installing fisher in a new system when it isn't already
This will install fisher and download all the plugins listed in your *fish_plugins* file.
```fish
```console
if status is-interactive && ! functions --query fisher
curl -sL https://git.io/fisher | source && fisher update
end

Loading…
Cancel
Save