From 7da4fa536d891d9ec63423b23d28f436a94ebdc7 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 26 Mar 2015 12:20:21 +0100 Subject: [PATCH] Cosmetics. --- bash-selector.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bash-selector.sh b/bash-selector.sh index 7246d45..7cb749c 100755 --- a/bash-selector.sh +++ b/bash-selector.sh @@ -20,14 +20,14 @@ # You should have received a copy of the GNU General Public License # along with selector. If not, see . -# This script installs two key-bindings: +# This bash script adds two key bindings: # -# Alt-r for selector-based command history +# Alt-r to access a selector-based command history # -# Alt-c for selector-based directoy history +# Alt-c to access a selector-based directory history # # Note that you have to call it with "source bash-selector.sh" -# otherwise the key-bindings will not be effective in your current +# otherwise the key bindings will not be effective in your current # bash if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then @@ -102,7 +102,7 @@ function selector-cd-search () { alias cd=selector-cd ###################################################################### -# The key-bindings themselves +# The key bindings themselves ###################################################################### # M-t appends the selected history line and the end of the current @@ -135,9 +135,9 @@ if [[ "$1" ]]; then else - echo "source bash-selector.sh <--hist|--cd> [...]" + echo "source bash-selector.sh [--hist] [--cd]" echo - echo "Defines bash functions, and installs key-bindings and aliases to use selector" + echo "Defines bash functions, and installs key bindings and aliases to use selector" echo "for history search with M-r and/or intelligent cd history with M-c." fi -- 2.20.1