diff options
Diffstat (limited to '.config/zsh/alias.zsh')
-rw-r--r-- | .config/zsh/alias.zsh | 4 |
1 files 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:'; |