function __scriptura_which --description 'Display script path' --argument-names script_path if path is --type file --perm exec $script_path echo $script_path else return 1 end end