diff --git a/scripts/validate_schema.sh b/scripts/validate_schema.sh index 15aaee1..c21b256 100755 --- a/scripts/validate_schema.sh +++ b/scripts/validate_schema.sh @@ -1,5 +1,5 @@ #!/bin/bash mdq -c file.path --noheader . | while IFS= read -r md; do - mdlint --ignore-missing-frontmatter "schema.json" "$md" + mdlint --ignore-missing-frontmatter "schema.json" "$md" ||exit 1 done diff --git a/technology/applications/cli/alacritty.md b/technology/applications/cli/alacritty.md index 54231a5..3fe6a30 100644 --- a/technology/applications/cli/alacritty.md +++ b/technology/applications/cli/alacritty.md @@ -5,7 +5,8 @@ os: - linux - windows repo: https://github.com/alacritty/alacritty -website: https://alacritty.org/ +website: https://alacritty.org +rev: break --- # Alacritty Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, [Linux](../../linux/Linux.md), [macOS](../../macos/macOS.md) and [Windows](../../windows/Windows.md).