-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.nbrc
22 lines (17 loc) · 919 Bytes
/
.nbrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/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_COLOR_SECONDARY="${NB_COLOR_SECONDARY:-4}" # Set by `nb` • 2020年 10月12日 月曜日 13時02分12秒 JST
export NB_COLOR_PRIMARY="${NB_COLOR_PRIMARY:-6}" # Set by `nb` • 2020年 10月12日 月曜日 13時02分19秒 JST
export EDITOR="nvim" # Set by `nb` • 2020年 10月12日 月曜日 13時02分39秒 JST