Artifact 02a1f1500214efde8bd362aeae08a0fa2cade2b3d4191462240d47f33f83642e:
- File
config/fish/functions/eps.fish
— part of check-in
[233fe7e920]
at
2020-02-20 21:58:31
on branch trunk
— Add eps.fish
This expands, prints and then sets the variable $e. This allows to
preview an expansion and then use it by just using $e. (user: js, size: 98) [annotate] [blame] [check-ins using] - File fish/functions/eps.fish — part of check-in [24d2eb82f0] at 2020-02-20 22:07:34 on branch trunk — Remove useless config subdirectory (user: js, size: 98) [annotate] [blame] [check-ins using]
function eps --description 'Expand, print and set variable $e' set -g e $argv echo $e end