From 2de70083b142a180087799feb9bd7e9d32437316 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 29 Dec 2020 01:09:20 +0100 Subject: Even better highlight --- .config/zsh/alias.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 6370419..7a0fd9f 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -124,9 +124,9 @@ alias mutt='neomutt' alias sxiv='sxiv -b -a' alias pinfo='pkg info -x' alias psearch='pkg search' -alias highlight='highlight -Oxterm256' +alias highlight='highlight -Oxterm256 -t4' hil() { - highlight -Oxterm256 "$1" | less + highlight -Oxterm256 -t4 "$1" | less } search() { make -C /usr/ports search name=$1 | grep 'Path:'; -- cgit v1.2.3