You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: nu::parser::variable_not_valid
× Alias name not supported.
╭─[/root/.zoxide.nu:69:1]
69 │
70 │ alias {{cmd}} = __zoxide_z
· ───┬───
· ╰── alias name can't be a number, a filesize,or contain a hash # or caret ^71 │ alias {{cmd}}i = __zoxide_zi
╰────
~> nu -v
0.87.1
The text was updated successfully, but these errors were encountered:
I have, I fixed this issue by just changing the lines to
alias z = __zoxide_z
alias zi = __zoxide_zi
I had to use the file from the repo, instead of using the installation directions, as the installation directions result in #630 and I don't want to see that everytime I launch my shell :)
The text was updated successfully, but these errors were encountered: