Adding ls alias suggestion to Windows guide.

This commit is contained in:
Cody Scott 2016-02-20 10:43:27 -05:00
parent b330ff277d
commit 3781d72b7a

View file

@ -86,12 +86,13 @@ the ``.``, like this:
Many people create a ``d`` alias for the ``dir`` command to save
Many people create a ``d`` or ``ls`` alias for the ``dir`` command to save
typing and avoid the ambiguity altogether:
.. code-block:: xonshcon
>>> aliases['d'] = ['cmd', '/c', 'dir']
>>> aliases['ls'] = 'dir'
You can add this alias to your ``~/.xonshrc`` to have it always
You can add aliases to your ``~/.xonshrc`` to have it always
available when xonsh starts.