summaryrefslogtreecommitdiffstats
path: root/.config/zsh
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-12-29 01:09:20 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-12-29 01:09:20 +0100
commit2de70083b142a180087799feb9bd7e9d32437316 (patch)
treedae23dced1977c7e05eb8f5587c84376a44f2c1f /.config/zsh
parentNew cool highlight aliases (diff)
downloaddotfiles-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.zsh4
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:';