I added work around for tcsh #221
niv280
started this conversation in
Show and tell
Replies: 5 comments 8 replies
-
Thanks @niv280, this is great! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hmm.
My
|
Beta Was this translation helpful? Give feedback.
6 replies
-
Hmm...
Yet:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I use zi (with fzf), when I select the dir, it will report the error to reproduce:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I add |
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
-
Hi,
i work with tcsh shell and I love zoxide, so I did small work around to adapt zoxide on tcsh.
This is not perfect since tcsh don't got function and it is hard to do add all the if/else of the function from bash to aliases.
zoxide.tcsh.gz
the steps you need to do for make this work:
Now you can use z to navigate easily, the only thing that i didn't able to add is that z alias could not work without argument like in bash, and to return to the previous path ( with z -), since it is really hard to add if condition into aliases.
If someone got better suggestion for tcsh i will love to hear.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions