diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-11 18:33:02 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-11 18:33:02 +0100 |
commit | e6c1cacb60010ec75e02cf72acf34278417670fd (patch) | |
tree | 97e8f8042f4d8461e7cec9f403787bad20ffde9e /core/path |
initial commit (basic functionality)
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 |