configs  eps.fish at [d283b9b7bc]

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


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