mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
28 lines
1.0 KiB
Bash
28 lines
1.0 KiB
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` • Mon Dec 26 11:55:11 PM PST 2022
|
|
export NB_INDICATOR_AUDIO=" "
|
|
export NB_INDICATOR_BOOKMARK=" "
|
|
export NB_INDICATOR_DOCUMENT=" "
|
|
export NB_INDICATOR_EBOOK=" "
|
|
export NB_INDICATOR_ENCRYPTED=" "
|
|
export NB_INDICATOR_FOLDER=" "
|
|
export NB_INDICATOR_IMAGE="盛"
|
|
export NB_INDICATOR_PINNED="車"
|
|
export NB_INDICATOR_TODO=" "
|
|
export NB_INDICATOR_TODO_DONE=" "
|
|
export NB_INDICATOR_VIDEO=" "
|