diff --git a/Shell-aliases.md b/Shell-aliases.md index 5f043c8..7d0b3e5 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -1,6 +1,6 @@ # Bash -Add this alias to `.bashrc` or `.bash_profile` (for OSX): +Add this alias to `.bashrc` or `.bash_profile` (`.zshrc` for macOS): ```bash eval "$(thefuck --alias)" ```