Release 1.2.3 Fix fix expand paths with '~' in zoxide-add/remove
get-path-function: expand default-directory by default Because zoxide think `~` as an string instead of expanding it to home. This may be done by shell normally, but this plugin uses poxis_spawn. Therefore, we expand it here.