From 4f135728c550f63f6f971cb9808c5389e3cdcf5c Mon Sep 17 00:00:00 2001 From: olysyuk Date: Mon, 20 Apr 2015 14:12:31 +0300 Subject: [PATCH] Update README.md OSX has a different bash file http://stackoverflow.com/questions/8967843/how-do-i-create-a-bash-alias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d073cedc..b775db52 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ If it fails try to use `easy_install`: sudo easy_install thefuck ``` -And add to `.bashrc` or `.zshrc`: +And add to `.bashrc` or `.zshrc` or `.bash_profile`(for OSX): ```bash alias fuck='$(thefuck $(fc -ln -1))'