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
Hi all, I'm receiving a warning/error every time I use z to change directories:
yoda[0]:~$ z /space/yoda/2/users/datasets/AABC_data_freeze_1/
zoxide: unsupported version (got 0, supports 3)
yoda[0]:AABC_data_freeze_1$ z
zoxide: unsupported version (got 0, supports 3)
yoda[0]:~$
It also happens with 'cd' when zoxide is installed:
yoda[0]:~$ cd /space/yoda/2/users/datasets/AABC_data_freeze_1/
zoxide: unsupported version (got 0, supports 3)
It doesn't happen when changing to the directory I'm already in:
yoda[0]:AABC_data_freeze_1$ cd /space/yoda/2/users/datasets/AABC_data_freeze_1/
yoda[0]:AABC_data_freeze_1$ z /space/yoda/2/users/datasets/AABC_data_freeze_1/
yoda[0]:AABC_data_freeze_1$
An exact-string Google search reveals only one other issue that mentions this: #807
The poster was able to fix the issue by deleting their database, but for me even a complete uninstall-reinstall did not fix the issue.
The text was updated successfully, but these errors were encountered:
Hi all, I'm receiving a warning/error every time I use z to change directories:
yoda[0]:~$ z /space/yoda/2/users/datasets/AABC_data_freeze_1/
zoxide: unsupported version (got 0, supports 3)
yoda[0]:AABC_data_freeze_1$ z
zoxide: unsupported version (got 0, supports 3)
yoda[0]:~$
It also happens with 'cd' when zoxide is installed:
yoda[0]:~$ cd /space/yoda/2/users/datasets/AABC_data_freeze_1/
zoxide: unsupported version (got 0, supports 3)
It doesn't happen when changing to the directory I'm already in:
yoda[0]:AABC_data_freeze_1$ cd /space/yoda/2/users/datasets/AABC_data_freeze_1/
yoda[0]:AABC_data_freeze_1$ z /space/yoda/2/users/datasets/AABC_data_freeze_1/
yoda[0]:AABC_data_freeze_1$
An exact-string Google search reveals only one other issue that mentions this: #807
The poster was able to fix the issue by deleting their database, but for me even a complete uninstall-reinstall did not fix the issue.
The text was updated successfully, but these errors were encountered: