From 8c555505c042f0ed194d332af50dd1ac7e4cdcec Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sat, 16 Dec 2023 13:42:16 +0100 Subject: [PATCH] README: Remove useless use of echo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fcea821f1..352b062a9 100644 --- a/README.rst +++ b/README.rst @@ -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