does not work well with zsh...
See original GitHub issueI 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:
- Created 8 years ago
- Comments:10 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Add alias in .zshrc; works for me:
alias fuck=‘$(thefuck $(fc -ln -1 | tail -n 1)); fc -R’
I have also met this problem when using iterm2 and zsh on Mac.