From 6859ca24057cc3ffdef86d3217a8fa0083a91224 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 8 Oct 2020 17:32:57 +0200 Subject: [PATCH] docs: Link to fish-for-bash-users Seems fitting as the first question. [ci skip] --- doc_src/faq.rst | 5 +++++ doc_src/fish_for_bash_users.rst | 2 ++ 2 files changed, 7 insertions(+) diff --git a/doc_src/faq.rst b/doc_src/faq.rst index 92e7a34b6..cd1174a02 100644 --- a/doc_src/faq.rst +++ b/doc_src/faq.rst @@ -1,6 +1,11 @@ Frequently asked questions ========================== +What is the equivalent to this thing from bash (or other shells)? +----------------------------------------------------------------- + +See :ref:`Fish for bash users ` + How do I set or clear an environment variable? ---------------------------------------------- Use the :ref:`set ` command:: diff --git a/doc_src/fish_for_bash_users.rst b/doc_src/fish_for_bash_users.rst index bcdd6d12a..c98def715 100644 --- a/doc_src/fish_for_bash_users.rst +++ b/doc_src/fish_for_bash_users.rst @@ -1,3 +1,5 @@ +.. _fish_for_bash_users: + Fish for bash users ###################