1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-04-19 01:00:42 +01: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" 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