From a4525c8b0d3264164f85d7ea87d731032c3ccfb1 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 11 Jan 2015 05:46:34 +0300 Subject: [PATCH] Remove invalid label and fix typo in Rcsh prompt documentation --- docs/source/usage/shell-prompts.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/usage/shell-prompts.rst b/docs/source/usage/shell-prompts.rst index 105f2d45..f10beedd 100644 --- a/docs/source/usage/shell-prompts.rst +++ b/docs/source/usage/shell-prompts.rst @@ -65,8 +65,6 @@ the absolute path to the Powerline installation directory: set fish_function_path $fish_function_path "{repository_root}/powerline/bindings/fish" powerline-setup -.. _tmux-statusline: - Rcsh prompt =========== @@ -77,7 +75,7 @@ many \*nix distributions. To use it add . {repository_root}/powerline/bindings/rc/powerline.rc -to :file:`rcrc` file (usually :file:`~/.rcrc`) and make sure ``rc`` is startead +to :file:`rcrc` file (usually :file:`~/.rcrc`) and make sure ``rc`` is started as a login shell (with ``-l`` argument): otherwise this configuration file is not read.