mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Fix a bad comment and clarify delta
behavior
s/fish/delta/ and provide a better explanation.
This commit is contained in:
parent
d33cbfd1a3
commit
bb57f2391f
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
# Old versions of fish do not have a --generate-completion option!
|
||||
# Older versions of delta do not have a --generate-completion option and will complain
|
||||
# to stderr but emit nothing to stdout, making it safe (but a no-op) to source.
|
||||
delta --generate-completion fish 2>/dev/null | source
|
||||
|
|
Loading…
Reference in a new issue