I added work around for tcsh #221
Replies: 7 comments 8 replies
-
Thanks @niv280, this is great! |
Beta Was this translation helpful? Give feedback.
-
Hmm.
My
|
Beta Was this translation helpful? Give feedback.
-
Hmm...
Yet:
|
Beta Was this translation helpful? Give feedback.
-
I use zi (with fzf), when I select the dir, it will report the error to reproduce:
|
Beta Was this translation helpful? Give feedback.
-
I add |
Beta Was this translation helpful? Give feedback.
-
Thank you for the great script. Ended up spending hours trying to get just z and z - as part of the if else alias but ended up having to use a very different technique. The following is part of my .cshrc and it works perfectly
|
Beta Was this translation helpful? Give feedback.
-
I've added support for tcsh here: #1047 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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