From a21c99200e13cfa72cd50caf633424cbacd5d1a9 Mon Sep 17 00:00:00 2001 From: nvbn Date: Mon, 20 Jul 2015 21:15:34 +0300 Subject: [PATCH] #294 Mention common shells configs in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58f6db66..262a95cc 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ sudo pip install thefuck [Or using an OS package manager (OS X, Ubuntu, Arch).](https://github.com/nvbn/thefuck/wiki/Installation) -You should place this command in your `.bash_profile` or other startup script: +You should place this command in your `.bash_profile`, `.bashrc`, `.zshrc` or other startup script: ```bash eval "$(thefuck-alias)"