configs  eps.fish at [b6c2a67aab]

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


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