fish/functions/lrstrip.fish @ ab96bcc7a4c0

Remove lots of things I never use
author Steve Losh <steve@stevelosh.com>
date Fri, 20 Jan 2017 12:12:18 +0000
parents d66bfb2537fe
children (none)
function lrstrip -d "Strip whitespace from both ends of each line"
    lstrip | rstrip
end