question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

does not work well with zsh...

See original GitHub issue

I really love this pretty app…

but in my zsh , when I input a command like puthon, it told me

puthon
zsh: command not found: puthon

so thefuck seems did not work… Could you tell me how can I configure zsh ?

Thanks

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
nibrescommented, Aug 14, 2015

Add alias in .zshrc; works for me:

alias fuck=‘$(thefuck $(fc -ln -1 | tail -n 1)); fc -R’

1reaction
yyypasserbycommented, Apr 21, 2015

I have also met this problem when using iterm2 and zsh on Mac.

Read more comments on GitHub >

github_iconTop Results From Across the Web

zsh can't see and doesn't load the ~/.zshrc startup file
The issue turned out to be that .zshrc had a hidden .txt file extension. Somehow it was automatically named .zshrc.txt , probably when...
Read more >
Zsh Shell doesnt work - Laracasts
Zsh Shell doesnt work. Yesterday i had to reinstall my OS. Now i installed Zsh but it does not work. If i run....
Read more >
oh-my-zsh does not start on mac - Stack Overflow
To do so use the following command. chsh -s /bin/zsh restart your terminal. I took it from here. These were the steps I...
Read more >
Integrated terminal does not work well with zsh/oh-my-zsh
The integrated terminal has some weird behavior like suddenly jumping to a new line: Steps to Reproduce: Install zsh and oh-my-zsh and use...
Read more >
My Bash or zsh or terminal not working anymore - Super User
But I had my terminal set up perfectly, using a bash profile as default. Then i installed iTerm and now nothing works. I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found