1
1
Fork 0
configs/fish/functions/eps.fish

4 lines
98 B
Fish

function eps --description 'Expand, print and set variable $e'
set -g e $argv
echo $e
end