alias should set in .bashrc

Merges https://github.com/espressif/esp-idf/pull/2097
This commit is contained in:
Carney Wu 2018-06-24 23:12:12 +08:00 committed by Ivan Grokhotkov
parent a8da9c1b96
commit fab55e3266

View file

@ -57,7 +57,7 @@ ESP32 toolchain for Linux is available for download from Espressif website:
.. note::
If you have ``/bin/bash`` set as login shell, and both ``.bash_profile`` and ``.profile`` exist, then update ``.bash_profile`` instead.
If you have ``/bin/bash`` set as login shell, and both ``.bash_profile`` and ``.profile`` exist, then update ``.bash_profile`` instead. In CentOS, ``alias`` should set in ``.bashrc``.
3. Log off and log in back to make the ``.profile`` changes effective. Run the following command to verify if ``PATH`` is correctly set::