diff options
Diffstat (limited to 'core/path')
-rw-r--r-- | core/path | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/path b/core/path new file mode 100644 index 0000000..23f7f5c --- /dev/null +++ b/core/path @@ -0,0 +1,5 @@ +#!/bin/sh +# initialize default search path for core + plugins +path="$core_path" +path="$XDG_DATA_HOME/$progname:$path" +export path |