summaryrefslogtreecommitdiffstats
path: root/.config/zsh/alias.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/alias.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 8cb02e1..501e608 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -14,7 +14,7 @@
alias exa='exa --color=always --group-directories-first --icons' \
ls='exa -l'
tree() {
- exa -T $@ | less
+ exa -T $@ | $PAGER
}
alias \
e='editorcmd' \
@@ -175,7 +175,7 @@ alias nb='newsboat' \
highlight='highlight -Oxterm256 -t4' \
hi='highlight'
hil() {
- highlight -Oxterm256 -t4 "$1" | less
+ highlight -Oxterm256 -t4 "$1" | $PAGER
}
search() {
make -C /usr/ports search name=$1 | grep 'Path:';