mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-11-04 09:02:08 +00:00 
			
		
		
		
	Updated Shell aliases (markdown)
@@ -17,14 +17,14 @@ Add this line **before** the line above in your `~/.bashrc` on Windows:
 | 
				
			|||||||
export PYTHONIOENCODING="utf-8"
 | 
					export PYTHONIOENCODING="utf-8"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ZSH
 | 
					# POSIX-compliant shell
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Add this alias to `.zshrc`:
 | 
					Add this alias to your shell's config/RC file:
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
eval "$(thefuck --alias)"
 | 
					eval "$(thefuck --alias)"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
>_If you use oh-my-zsh, try [this awesome *thefuck* plugin](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/thefuck/README.md)._
 | 
					>_If you use zsh with oh-my-zsh, try [this awesome *thefuck* plugin](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/thefuck/README.md)._
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Fish
 | 
					# Fish
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user