From b45367b194a80c6789702a34d81159e249fae934 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 13 Oct 2025 14:31:06 +0200 Subject: [PATCH] fix: spelling --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index e62bfbd..fca18d0 100644 --- a/.bashrc +++ b/.bashrc @@ -36,7 +36,7 @@ _lazy_ssh() { alias ssh='_lazy_ssh; ssh' alias sudo='_lazy_ssh; sudo' -# alias to colourize make output +# alias to colourise make output _make() { make "$@" 2> >(sed -E \ -e "s/^([Mm]akefile:[0-9]+:.*)/\x1b[33m\1\x1b[0m/" \