configs  eps.fish at [c51ad6649c]

File fish/functions/eps.fish artifact 02a1f15002 part of check-in c51ad6649c


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