This commit is contained in:
Sagar Karandikar 2023-06-29 10:27:16 +00:00
parent f25adaedb8
commit cbe28b2b52
1 changed files with 4 additions and 3 deletions

View File

@ -42,9 +42,10 @@ To do so, edit your ``~/.bashrc`` file so that the following section is removed:
.. code-block:: bash .. code-block:: bash
# IF not running interactively, don't do anything # If not running interactively, don't do anything
case case $- in
... *i*) ;;
*) return;;
esac esac