From dc25eab480bc48511198e1eb7d1cf82732fb0253 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Tue, 3 Sep 2013 07:22:07 +0300 Subject: [PATCH] Added installation --- qcd_function | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcd_function b/qcd_function index d6e8722..534c61b 100644 --- a/qcd_function +++ b/qcd_function @@ -54,6 +54,7 @@ _qcd() } complete -F _qcd qcd ' >> ~/.bash_completion + touch ~/.qcd ~/.bash_cdhistory return ;; L) @@ -95,7 +96,7 @@ Keeps a history of folders visited in ~/.bash_cdhistory You may add the name of the path, but when omitted the basename will be used -i Case insensitive search, must come first. - -I Install autocompletion (use only once) + -I Install, with autocompletion (use only once) -l [name] Show the match, but do not change -L Lists the paths -m Maintain the list, deleting non-existing entries'