summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-12-29 03:08:01 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-12-29 03:08:01 +0100
commite4c40124cc7462a1bdaf46b493f380871a661707 (patch)
treeaa4ecfcf0cf0dbbd81dab7a931490293871e8a45
parentEven better highlight (diff)
downloaddotfiles-bsd-e4c40124cc7462a1bdaf46b493f380871a661707.tar.gz
dotfiles-bsd-e4c40124cc7462a1bdaf46b493f380871a661707.tar.bz2
dotfiles-bsd-e4c40124cc7462a1bdaf46b493f380871a661707.tar.xz
dotfiles-bsd-e4c40124cc7462a1bdaf46b493f380871a661707.tar.zst
dotfiles-bsd-e4c40124cc7462a1bdaf46b493f380871a661707.zip
New highlight alias
-rw-r--r--.config/zsh/alias.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index 7a0fd9f..c98c279 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -125,6 +125,7 @@ alias sxiv='sxiv -b -a'
alias pinfo='pkg info -x'
alias psearch='pkg search'
alias highlight='highlight -Oxterm256 -t4'
+alias hi='highlight'
hil() {
highlight -Oxterm256 -t4 "$1" | less
}