mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
19 lines
788 B
Bash
19 lines
788 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 NB_DIR="${NB_DIR:-$HOME/.local/state/nb}" # Set by `nb` • Mon May 8 15:25:12 EEST 2023
|
|
|
|
export NB_COLOR_THEME="${NB_COLOR_THEME:-unicorn}" # Set by `nb` • Mon May 8 15:41:22 EEST 2023
|