git: cb3b45287e46 - main - Templates/BSD.local.dist: Add shell completion paths
Lewis Cook
lcook at FreeBSD.org
Sat Aug 21 14:05:29 UTC 2021
The branch main has been updated by lcook:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cb3b45287e46428639050e259751cbdb87cb37e0
commit cb3b45287e46428639050e259751cbdb87cb37e0
Author: Lewis Cook <lcook at FreeBSD.org>
AuthorDate: 2021-08-21 14:01:24 +0000
Commit: Lewis Cook <lcook at FreeBSD.org>
CommitDate: 2021-08-21 14:04:32 +0000
Templates/BSD.local.dist: Add shell completion paths
This removes the necessity in creating the shell completion
directories for bash, fish and zsh when installing any
accompanying programmable shell completion files.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D31629
---
Templates/BSD.local.dist | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/Templates/BSD.local.dist b/Templates/BSD.local.dist
index c6253752de54..137633ac404c 100644
--- a/Templates/BSD.local.dist
+++ b/Templates/BSD.local.dist
@@ -270,6 +270,10 @@
..
applications
..
+ bash-completion
+ completions
+ ..
+ ..
dict
..
doc
@@ -282,6 +286,10 @@
..
examples
..
+ fish
+ vendor_completions.d
+ ..
+ ..
info
..
java
@@ -974,6 +982,10 @@
..
xml
..
+ zsh
+ site-functions
+ ..
+ ..
..
tests
..
More information about the dev-commits-ports-all
mailing list