dotfiles/.config/shell/rc.d/env-wiki-root.sh
Marty Oehme b11343b73a Add bats unit testing to repository
Will recursively look for `*.bats` files and run them with bats-core test suite. Simple sample unit tests for existing scripts are included in `.config/shell/rc.d/test`.
2019-07-27 11:42:54 +00:00

6 lines
155 B
Bash

#!/bin/sh
# set wiki root to nextcloud notes folder,
# will be picked up by vim wiki plugin as root
export WIKIROOT=${WIKIROOT:-"$HOME/Nextcloud/Notes/"}