-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
z foo cmd not working #194
Comments
It needs study your cd history. just cd around in clink for a while then use z.lua again. |
in clink we don't have use cd we can just add a trailing \ to the directory name |
z.lua will track your path changes in real-time, the more it studies the more it becomes handy. |
it seems to be not working for me |
please check z.lua's datafile ~/.zlua, does it contain something you visited in clink ? |
I can't find the .zlua in my C: drive |
@skywind3000 can you help? |
On windows, |
@skywind3000 |
@skywind3000 |
You could attempt to debug this yourself. Try inserting some print() (or actually Line 1071 in 3022099
|
我遇到同样问题,删除c版的clink ,重新安装c++版本clink(https://github.com/chrisant996/clink) 后问题得到解决 |
I tried installing z.lua in windows cmd with clink
I followed all the three steps mentioned in the readme but when i enter z foo the directory does not changes, it just stays in the same directory withou any errors
any idea on why is it like that?
The text was updated successfully, but these errors were encountered: