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

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/"}