Cosmetics.
[selector.git] / bash-selector.sh
index da5bf93..dc1ae57 100755 (executable)
@@ -95,21 +95,15 @@ if [[ "$1" ]]; then
         case "$1" in
 
             --hist)
-
                 # M-r puts the selected history line in place of the current one
-
                 bind '"\C-[r":"\C-a\C-kselector-history\C-m"'
-
                 ;;
 
             --cd)
-
                 # M-c provides a dynamic list of directories to cd into
-
                 bind '"\C-[c":"\C-a\C-kselector-cd-search\C-m"'
                 ;;
 
-
             *)
                 echo "Unknown argument $1" >&2
                 ;;
@@ -123,7 +117,7 @@ else
 
     echo "source bash-selector.sh <--hist|--cd> [...]"
     echo
-    echo "Define bash function to use selector for history search and/or intelligent"
-    echo "cd history."
+    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