lf: lfcd not working
Hi,
I tried the lfcd.sh
in the tutorial but it’s not working for me. When I navigate to another folder and press “q”, lfcd
came back to my original folder. I’m using lfcd on Mac OS X Catalina with iTerm 2, zsh 5.8
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 23 (3 by maintainers)
@gokcehan yeah that worked! I finally found the culprit. For people with this issue here’s what I did:
command cat
instead ofcat
. I’m not sure why this worked, but probably someoh-my-zsh
plugins were changing thecat
alias:lfrc
. I’m not sure why I initially copied this line tolfrc
. Maybe while figuring out why the issue happened, I copied pasted it from somewhere:Thanks @gokcehan and @hackedWifi for helping me out. Sorry for wasting the time. If possible can you use maybe “command cat” instead of “cat” in the
lfcd.sh
script? Or maybe adding a note warningoh-my-zsh
users? Thanks!