split helpers into files
1 file changed, 7 insertions(+), 0 deletions(-)
changed files
A conf.d/scriptura-config.fish
@@ -0,0 +1,7 @@ +if not set --query SCRIPTURA_ROOT + if set --query SD_ROOT + set --global SCRIPTURA_ROOT $SD_ROOT + else + set --global SCRIPTURA_ROOT "$HOME/sd" + end +end