README: Remove useless use of echo

This commit is contained in:
Fabian Boehm 2023-12-16 13:42:16 +01:00
parent ea256323ab
commit 8c555505c0

View file

@ -129,7 +129,7 @@ Use the following command if fish isnt already added to ``/etc/shells`` to pe
::
echo (command -s fish) | sudo tee -a /etc/shells
command -s fish | sudo tee -a /etc/shells
To switch your default shell back, you can run ``chsh -s /bin/bash``
(substituting ``/bin/bash`` with ``/bin/tcsh`` or ``/bin/zsh`` as