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