Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R759:3a954ee1e38c: Update fish to 3.1.0
- Installed new version and opened new terminal session in fish.
- Opened fish help
- Opened fish manpages
- Tested few command completions
- Checked that all user fish configuratiions and functions load without issues
Diff Detail
- Repository
- R759 fish
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Hmm, something is fishy (pun intended) about sudo command completion. I'm investigating the issue and doing further testing of this new release.
Did a reboot and now everything works. I guess it's because i have fish setup as my login shell.
| pspec_x86_64.xml | ||
|---|---|---|
| 670 | This conflicts with ripgrep as that package also provides the fish completion. Perhaps just remove $installdir/usr/share/fish/completions/rg.fish in the install step? | |
| pspec_x86_64.xml | ||
|---|---|---|
| 670 | hmm, or remove it from ripgrep package, as i did for bat like @DataDrake suggested. | |
| pspec_x86_64.xml | ||
|---|---|---|
| 670 | If it's anything like the completions provided by bat, the fish-provided ones will be more complete and "correct". | |
| pspec_x86_64.xml | ||
|---|---|---|
| 670 | They are pretty much identical. But I agree with removing it in the ripgrep package, or moving it to the correct directory: /usr/share/fish/vendor_completions.d (per the fish documentation) | |