fish/functions/path_this.fish @ 4e6f3d36c241

highligh on lines with three or more instances of profanity
author Steve Losh <steve@stevelosh.com>
date Mon, 02 Jun 2014 11:39:16 -0700
parents d66bfb2537fe
children (none)
function path_this -d "Add the cwd to the front of PATH"
    set PATH (pwd) $PATH
end