cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.75k stars 176 forks source link

Dirty environment after uninstalling #419

Closed jakebromberg closed 1 month ago

jakebromberg commented 1 month ago

I installed mcfly with Homebrew, and then uninstalled it, also with Homebrew. Now, when I run any command in bash, I see the following output:

> echo HI
HI
-bash: /usr/local/bin/mcfly: No such file or directory
cantino commented 1 month ago

You'll need to remove the line from your .bashrc file that you added when you installed it.

jakebromberg commented 1 month ago

I did actually remove that and invoked source ~/.bashrc

cantino commented 1 month ago

You may need to restart your terminal.

jakebromberg commented 1 month ago

That fixed it, thanks!