From fab55e326674e2102efb316064b6dee0afd0fff4 Mon Sep 17 00:00:00 2001 From: Carney Wu Date: Sun, 24 Jun 2018 23:12:12 +0800 Subject: [PATCH] alias should set in .bashrc Merges https://github.com/espressif/esp-idf/pull/2097 --- docs/en/get-started/linux-setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/get-started/linux-setup.rst b/docs/en/get-started/linux-setup.rst index bc4102a85..0c0970fbb 100644 --- a/docs/en/get-started/linux-setup.rst +++ b/docs/en/get-started/linux-setup.rst @@ -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::