From 06eae861a4abf6d72ac1cb1afff23276044963b7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Aug 2016 16:09:51 +1200 Subject: Add note about dynamic completions --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index cb6ef74e..cf6f2a02 100644 --- a/README.markdown +++ b/README.markdown @@ -235,7 +235,9 @@ files for things I really do get tired of typing repeatedly: * `pass(1)` entries * `ssh(1)` hostnames from `~/.ssh/config` -I also add completions for my own scripts and functions where useful. +I also add completions for my own scripts and functions where useful. The +completions are dynamically loaded if Bash is version 4.0 or greater. +Otherwise, they're all loaded on startup. #### pdksh -- cgit v1.2.3