mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-11-04 09:02:08 +00:00 
			
		
		
		
	Ensure the path variable is set if command not found after installing
@@ -50,3 +50,13 @@ And then load it (you can add this to xonshrc for it to be loaded in every xonsh
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
xontrib load thefuck
 | 
					xontrib load thefuck
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Troubleshooting
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If the following error message is shown when trying to run `thefuck`:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					command not found: thefuck
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Ensure that `~/.local/bin` is present in your path. eg. add `PATH="$PATH:$HOME/.local/bin"` to `.bashrc`, `.zshrc` etc.
 | 
				
			||||||
		Reference in New Issue
	
	Block a user