diff options
Diffstat (limited to 'core/path')
-rw-r--r-- | core/path | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |