From 6fafeb13b3b115b5fddf371b6b7624801559b99f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 22 Feb 2022 15:14:58 -0500 Subject: devenv: Source bash completion scripts --- docs/markdown/snippets/devenv.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/devenv.md b/docs/markdown/snippets/devenv.md index 0d18889..19a272c 100644 --- a/docs/markdown/snippets/devenv.md +++ b/docs/markdown/snippets/devenv.md @@ -3,3 +3,8 @@ `PYTHONPATH` now includes every directory where a python module is being installed using [`python.install_sources()`](Python-module.md#install_sources) and [`python.extension_module()`](Python-module.md#extension_module). + +## Bash completion scripts sourced in `meson devenv` + +If bash-completion scripts are being installed and the shell is bash, they will +be automatically sourced. -- cgit v1.1