From 60caa2c28880aa8c5f59cb910331cec6dee08a13 Mon Sep 17 00:00:00 2001 From: 92 <169070113+I21b@users.noreply.github.com> Date: Sat, 15 Mar 2025 05:40:52 +0900 Subject: [PATCH] Updated Shell aliases (markdown) --- Shell-aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" ```