Added installation

This commit is contained in:
ville rantanen
2013-09-03 07:22:07 +03:00
parent 8137e9d453
commit dc25eab480

View File

@@ -54,6 +54,7 @@ _qcd()
} }
complete -F _qcd qcd complete -F _qcd qcd
' >> ~/.bash_completion ' >> ~/.bash_completion
touch ~/.qcd ~/.bash_cdhistory
return return
;; ;;
L) 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 You may add the name of the path, but when omitted
the basename will be used the basename will be used
-i Case insensitive search, must come first. -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 [name] Show the match, but do not change
-L Lists the paths -L Lists the paths
-m Maintain the list, deleting non-existing entries' -m Maintain the list, deleting non-existing entries'