Files
fish-shell/share/functions
Kurtis Rader bd18736ee5 Switch to bare vars in our math invocations
Using bare vars is more efficient because it makes the builtin `math`
expression cache more useful. That's because if you prefix each var with
a dollar-sign then the fish parser expands it before `math` is run.
Something like `math x + 1` can be cached since the expression is the
same each time it is run. But if you do `math $x + 1` and x==1 then you're
effectively executing `math 1 + 1`. And if x==2 the next time then you're
running `math 2 + 1`. Which makes the expression cache much less effective.
2017-08-24 12:38:10 -07:00
..
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2017-02-18 22:16:55 +01:00
2017-08-03 14:35:06 -07:00
2017-07-15 17:36:36 -07:00
2016-11-27 21:27:22 -08:00
2017-07-13 11:50:57 -07:00
2017-07-13 11:53:29 -07:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2017-04-21 13:45:49 +02:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2017-07-04 13:56:35 -07:00
2016-11-27 21:27:22 -08:00
2017-07-13 11:30:48 -07:00
2017-07-13 14:12:51 -07:00
2017-07-13 11:30:48 -07:00
2017-04-05 15:31:13 -07:00
2016-11-27 21:27:22 -08:00
2017-07-13 15:19:02 -07:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00