From bc2e2b3e427029434181a3869f798d5b5be0bfaa Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Mon, 29 Apr 2013 12:38:26 -0700 Subject: [PATCH] Update docs for bash auto complete --- contribs/slurm_completion_help/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contribs/slurm_completion_help/README.md b/contribs/slurm_completion_help/README.md index 2a02f573179..f7d36c08312 100644 --- a/contribs/slurm_completion_help/README.md +++ b/contribs/slurm_completion_help/README.md @@ -20,6 +20,10 @@ Under Linux or MacOS, simply copy the file in the directory or whatever shell other than ``sh`` you prefer. +For system wide use with bash put the file in + + /etc/bash_completion.d/ + The syntax file is then read and applied on a Shell script after the usual syntax file has been processed. __Known issues__ -- GitLab