mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
README: Remove useless use of echo
This commit is contained in:
@@ -129,7 +129,7 @@ Use the following command if fish isn’t 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
|
||||
|
||||
Reference in New Issue
Block a user