From a81c8e56a8da1b0b9e9ded1fe37f4baf57ff791e Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 27 Aug 2023 15:01:18 +0300 Subject: [PATCH] chore(config): linting, removal of nb.sh --- base/zshrc | 2 +- scripts/install-npm-packages.sh | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/base/zshrc b/base/zshrc index 24e8e14..d48e7f9 100644 --- a/base/zshrc +++ b/base/zshrc @@ -61,5 +61,5 @@ have antigen && { # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. export P10K_LOCATION="$XDG_CONFIG_HOME/zsh/p10k.zsh" -[[ ! -f $P10K_LOCATION ]] || source $P10K_LOCATION +[[ ! -f $P10K_LOCATION ]] || source "$P10K_LOCATION" diff --git a/scripts/install-npm-packages.sh b/scripts/install-npm-packages.sh index b16baa9..8c6afae 100755 --- a/scripts/install-npm-packages.sh +++ b/scripts/install-npm-packages.sh @@ -14,10 +14,6 @@ packages=( "github-release-notes" "neovim" "corepack" - # CLI and local web plain text note‑taking, bookmarking, and archiving - # with linking, tagging, filtering, search, Git versioning & syncing, - # Pandoc conversion, + more, in a single portable script. - "nb.sh" ) for pkg in "${packages[@]}"; do