-
Notifications
You must be signed in to change notification settings - Fork 2
/
.nbrc
20 lines (17 loc) · 933 Bytes
/
.nbrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/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 -c 'Goyo' -c 'norm Go' -c 'startinsert'" # Set by `nb` • 2020年 10月 10日 土曜日 17:45:50 -03
export NB_AUTO_SYNC="${NB_AUTO_SYNC:-0}" # Set by `nb` • 2021年 8月 1日 日曜日 12:53:46 -03
export NB_ENCRYPTION_TOOL="${NB_ENCRYPTION_TOOL:-gpg}" # Set by `nb` • 2021年 8月 1日 日曜日 12:57:02 -03