# Defined in /tmp/fish.kGwYO8/addpath.fish @ line 1
function addpath -w set
if test $argv
set PATH $argv $PATH
else
set PATH (pwd) $PATH
end