diff --git a/Shell-aliases.md b/Shell-aliases.md index 8804447..5f043c8 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -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