mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-19 05:13:44 +08:00
bb57f2391f
s/fish/delta/ and provide a better explanation.
4 lines
221 B
Fish
4 lines
221 B
Fish
# 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
|