5 lines
155 B
Bash
5 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/"}
|