mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Prevent delta completions from complain with old version
This commit is contained in:
parent
4e3dc51bc4
commit
d33cbfd1a3
1 changed files with 2 additions and 1 deletions
|
@ -1 +1,2 @@
|
||||||
delta --generate-completion fish | source
|
# Old versions of fish do not have a --generate-completion option!
|
||||||
|
delta --generate-completion fish 2>/dev/null | source
|
||||||
|
|
Loading…
Reference in a new issue