aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish.pc.in
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-10-20 23:21:57 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-02-26 12:14:55 +0100
commitc1b384e5d3f2f46e7d7a1b41e31c7aadc1d9ce28 (patch)
treed8a503f47681505cef7cbbdbdc4f3b0541d768f8 /fish.pc.in
parent8b67a1b26f2525f7de1e2a64dee6ab48b72b0e33 (diff)
Add functions and configuration snippets hierarchy
This allows "vendors" (i.e. third-party upstreams interested in supporting fish) to add auto-loaded functions and eager-loaded configuration "snippets", while still allowing both the user and the administrator to fully override all of that. This has been inspired by systemd's configuration hierarchy, and implements a similar scheme whereby files with the same name in higher-ranking directories override files in lower-ranking ones. Fixes #1956
Diffstat (limited to 'fish.pc.in')
-rw-r--r--fish.pc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/fish.pc.in b/fish.pc.in
index cae82246..c8fabd7e 100644
--- a/fish.pc.in
+++ b/fish.pc.in
@@ -1,6 +1,8 @@
prefix=@prefix@
datadir=@datadir@
completionsdir=${datadir}/fish/vendor_completions.d
+functionsdir=${datadir}/fish/vendor_functions.d
+confdir=${datadir}/fish/vendor_conf.d
Name: fish
Description: fish, the friendly interactive shell