From 2d9b4c4a50fef77dabd879242d834bf0d7c26ada Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 26 Sep 2017 18:05:15 -0400 Subject: [PATCH] Update advanced.rst --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 646b0df1..a6e7cd40 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -536,7 +536,7 @@ A proper shell configuration only sets environment variables like ``PATH`` durin You should do this for your shell too, in your ``~/.profile`` or ``~/.bashrc`` or wherever appropriate. -The shell launched in interactive mode. This means that if your shell reads its configuration from a specific file for interactive mode (e.g. bash by default looks for a ~/.bashrc configuration file for interactive mode), then you'll need to modify this file. For Mac users, you'll need to create a .bashrc file. +.. note:: The shell launched in interactive mode. This means that if your shell reads its configuration from a specific file for interactive mode (e.g. bash by default looks for a ``~/.bashrc`` configuration file for interactive mode), then you'll need to modify (or create) this file. ☤ Configuration With Environment Variables