aboutsummaryrefslogtreecommitdiff
path: root/core/path
diff options
context:
space:
mode:
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