dotfiles/.config/fish/functions/ex.fish

5 lines
75 B
Fish
Executable File

# Defined in /tmp/fish.of4bzw/ex.fish @ line 1
function ex
exit $argv
end