1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-07 05:31:18 +00:00

Updated Shell aliases (markdown)

tungstengmd 2025-01-01 15:46:56 +00:00
parent c83cb576d2
commit 008b91c8cb

@ -17,14 +17,14 @@ Add this line **before** the line above in your `~/.bashrc` on Windows:
export PYTHONIOENCODING="utf-8"
```
# ZSH
# POSIX-compliant shell
Add this alias to `.zshrc`:
Add this alias to your shell's config/RC file:
```bash
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