remove whitespace

This commit is contained in:
marcelarie 2024-10-08 20:10:43 +02:00
parent 7ae248300c
commit c0bf0e86d7
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ def --env --wrapped __zoxide_z [...rest:string] {
(try {
zoxide query --exclude $env.PWD -- ...$rest | str trim -r -c "\n"
} catch {
""
""
})
}