.dotfiles/linux/.nbrc
2024-05-20 22:37:52 -04:00

23 lines
970 B
Bash

#!/usr/bin/env bash
###############################################################################
# .nbrc
#
# Configuration file for `nb`, a command line note-taking, bookmarking,
# and knowledge base application with encryption, search, Git-backed syncing,
# and more in a single portable script.
#
# Edit this file manually or manage settings using the `nb settings`
# subcommand. Configuration options are set as environment variables, eg:
# export NB_ENCRYPTION_TOOL=gpg
#
# https://github.com/xwmx/nb
###############################################################################
export EDITOR="nvim" # Set by `nb` • Thu Mar 14 11:06:48 PM EDT 2024
export NB_PINNED_PATTERN="#pinned"
export NB_MARKDOWN_TOOL="glow"
export NB_COLOR_THEME="${NB_COLOR_THEME:-forest}" # Set by `nb` • Sat Mar 16 04:55:25 PM EDT 2024
export NB_DIR="${NB_DIR:-/home/fz0x1/Dropbox/TextSync/NOTES}" # Set by `nb` • Sat Mar 16 04:56:35 PM EDT 2024
export NB_BROWSER="firefox"