Skip to content

Commit

Permalink
Update bash_config.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEOAS committed Sep 16, 2021
1 parent 2469b19 commit 4232617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ or copy/paste the following lines into the file:
alias rm="rm -i"
.. warning::
:kbd:`alias ls="ls --color=auto -F"` does note work on MacOS.
:kbd:`alias ls="ls --color=auto -F"` does not work on MacOS.
It produces an error.
Instead,
to get coloured output from :command:`ls` you have to set the :envvar:`CLICOLOR` environment variable to :kbd:`True` by putting:
Expand Down

0 comments on commit 4232617

Please sign in to comment.