aboutsummaryrefslogtreecommitdiff
path: root/core/path
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-12 19:44:04 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-12 19:44:04 +0100
commita1bae69d54bfebbdb99c4beb644ebc755a75da24 (patch)
tree48507d6e3c092ce018e8e1b39887c38d2b296052 /core/path
parent8b0ecac59c4fa1d87167f4c1358c2662be3a63aa (diff)
add some example pluginsHEADmaster
Diffstat (limited to 'core/path')
-rw-r--r--core/path2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/path b/core/path
index 23f7f5c..376059b 100644
--- a/core/path
+++ b/core/path
@@ -1,5 +1,5 @@
#!/bin/sh
# initialize default search path for core + plugins
-path="$core_path"
+path="$core_path:$path"
path="$XDG_DATA_HOME/$progname:$path"
export path