1 2 3 4 5 6 7
function __zoxide_pwd if test "$_ZO_RESOLVE_SYMLINKS" = 1 builtin pwd -P else builtin pwd -L end end