Replies: 1 comment
-
I use combination nushell, zoxide, alacritty, windows and this works for me:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey :),
I want to use my lf in combination with zoxide.
My Setup is:
For that I implemented the following cmd in my lfrc:
cmd z %{{ let res = (zoxide query --exclude $env.PWD -- $@) lf -remote "send $env.id cd '$res'" }}
Unfortunately my directory is not changed when I type
z test
.If I run the first cmd in my nushell and then do
cd res
, I get to the right location. I have the feeling that the ID is not saved correctly. I also don't see anid
variable under my env variables.Does anyone have an idea or already done something with the nushell for zoxide?
Thanks in advance.
Matix
Beta Was this translation helpful? Give feedback.
All reactions