mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Specify program versions
This commit is contained in:
committed by
David Adam
parent
f881f70992
commit
36699d49d8
@@ -1,3 +1,4 @@
|
||||
# Completion for: MATLAB R2021b
|
||||
function __fish_matlabcheck_no_desktop_nodesktop_opts
|
||||
not __fish_seen_argument --old desktop --old nodesktop
|
||||
return $status
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Completion for: GNU Octave 5.2.0
|
||||
|
||||
complete -c octave -x -a '(__fish_complete_suffix .m)'
|
||||
|
||||
complete -c octave -s h -l help -d 'Show help'
|
||||
|
||||
Reference in New Issue
Block a user