From 008b91c8cbe4f95c800a7d0dc3b3c30dcab25aa8 Mon Sep 17 00:00:00 2001 From: tungstengmd <118553985+tungstengmd@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:46:56 +0000 Subject: [PATCH] Updated Shell aliases (markdown) --- Shell-aliases.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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