diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-29 01:09:20 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-29 01:09:20 +0100 |
commit | 2de70083b142a180087799feb9bd7e9d32437316 (patch) | |
tree | dae23dced1977c7e05eb8f5587c84376a44f2c1f /.config/zsh | |
parent | New cool highlight aliases (diff) | |
download | dotfiles-bsd-2de70083b142a180087799feb9bd7e9d32437316.tar.gz dotfiles-bsd-2de70083b142a180087799feb9bd7e9d32437316.tar.bz2 dotfiles-bsd-2de70083b142a180087799feb9bd7e9d32437316.tar.xz dotfiles-bsd-2de70083b142a180087799feb9bd7e9d32437316.tar.zst dotfiles-bsd-2de70083b142a180087799feb9bd7e9d32437316.zip |
Even better highlight
Diffstat (limited to '.config/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:'; |