From 9fb95af525bbf460945defa642624def69cdccee Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Tue, 25 Oct 2016 11:47:58 -0400 Subject: [PATCH] add links to customization faq to linux and osx pages --- docs/linux.rst | 6 ++++-- docs/osx.rst | 9 +++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/linux.rst b/docs/linux.rst index b9682ca89..3e4fe7b85 100644 --- a/docs/linux.rst +++ b/docs/linux.rst @@ -72,10 +72,12 @@ Arch Linux users can install xonsh from the Arch User Repository with: Note that some of these may require ``sudo``. If you run into any problems, please let us know! -.. include:: add_to_shell.rst - .. include:: dependencies.rst +Customization +============= + +See the `xonsh customization guide `_ for more details on setting up ``xonsh``! Possible conflicts with Bash diff --git a/docs/osx.rst b/docs/osx.rst index 195e76140..48d174c4f 100644 --- a/docs/osx.rst +++ b/docs/osx.rst @@ -53,8 +53,9 @@ Xonsh has support for using bash completion files on the shell, to use it you ne $ brew install bash-completion - - -.. include:: add_to_shell.rst - .. include:: dependencies.rst + +Customization +============= + +See the `xonsh customization guide `_ for more details on setting up ``xonsh``!