From d31d7e488035b2dcfd59ece0a7a948084cf8f0a9 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 11 Apr 2021 18:44:19 +0200 Subject: [PATCH] docs: Add missing newline --- doc_src/faq.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/faq.rst b/doc_src/faq.rst index 3a5937d3b..92b1d5ff4 100644 --- a/doc_src/faq.rst +++ b/doc_src/faq.rst @@ -296,6 +296,7 @@ In fish versions prior to 2.5.0 it was possible to create a function named ``-`` The open command doesn't work. ------------------------------ The ``open`` command uses the MIME type database and the ``.desktop`` files used by Gnome and KDE to identify filetypes and default actions. If at least one of these environments is installed, but the open command is not working, this probably means that the relevant files are installed in a non-standard location. Consider :ref:`asking for more help `. + .. _faq-ssh-interactive: Why won't SSH/SCP/rsync connect properly when fish is my login shell?