Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2021 14:05:29 GMT
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cb3b45287e46 - main - Templates/BSD.local.dist: Add shell completion paths
Message-ID:  <202108211405.17LE5TX5099888@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lcook:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cb3b45287e46428639050e259751cbdb87cb37e0

commit cb3b45287e46428639050e259751cbdb87cb37e0
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2021-08-21 14:01:24 +0000
Commit:     Lewis Cook <lcook@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
     ..



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108211405.17LE5TX5099888>