mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
add a simple 'math' completion
This commit is contained in:
parent
62c6a09f1c
commit
a2212876a9
1 changed files with 2 additions and 0 deletions
2
share/completions/math.fish
Normal file
2
share/completions/math.fish
Normal file
|
@ -0,0 +1,2 @@
|
|||
complete -f -c math -r
|
||||
complete -f -c math -s s -l scale -r
|
Loading…
Reference in a new issue