From 94f46fb2d80add3063d78bee746819e5ffcb78b7 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Mon, 15 Dec 2025 07:46:34 -0500 Subject: [PATCH] remove legacy nb config --- home/dot_nbrc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 home/dot_nbrc diff --git a/home/dot_nbrc b/home/dot_nbrc deleted file mode 100644 index 6061eda..0000000 --- a/home/dot_nbrc +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 -###############################################################################