mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-20 06:13:47 +08:00
Prevent delta completions from complain with old version
This commit is contained in:
parent
4e3dc51bc4
commit
d33cbfd1a3
|
@ -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 New Issue
Block a user