From a2212876a981cb13e32ea54a0647c745e3364eb7 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 25 Nov 2018 05:13:14 -0800 Subject: [PATCH] add a simple 'math' completion --- share/completions/math.fish | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 share/completions/math.fish diff --git a/share/completions/math.fish b/share/completions/math.fish new file mode 100644 index 000000000..a448f374b --- /dev/null +++ b/share/completions/math.fish @@ -0,0 +1,2 @@ +complete -f -c math -r +complete -f -c math -s s -l scale -r