dotfiles/.config/shell/rc.d/set-wiki-root.sh

6 lines
142 B
Bash

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