From b89213ffb5e9036cb1af40ccef220865541e2581 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 8 May 2023 20:44:45 +0300 Subject: [PATCH] Chore(lint): markdownlint config changes, tweak --- .markdownlint.json | 16 +--------------- base/zshrc | 4 +++- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index 2e830f3..d674234 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -12,21 +12,7 @@ "no-duplicate-heading": { "siblings_only": true }, - "ol-prefix": { - "style": "ordered" - }, - "proper-names": { - "code_blocks": false, - "names": [ - "Cake.Markdownlint", - "CommonMark", - "JavaScript", - "Markdown", - "markdown-it", - "markdownlint", - "Node.js" - ] - }, + "required-headings": false, "ul-style": { "style": "dash" } diff --git a/base/zshrc b/base/zshrc index 0ab0d26..db6cc5f 100644 --- a/base/zshrc +++ b/base/zshrc @@ -47,4 +47,6 @@ have antigen && { # starship is present have starship && eval "$(starship init zsh)" -[ -f "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh ] && source "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh +[ -f "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh ] \ + && source "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh +