From 4c97b59b69bb365ee5e7444de3859183ddbe444b Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Thu, 30 Dec 2021 14:08:26 +0800 Subject: [PATCH] Include homebrew most. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a86fa6f..b32ea7a 100644 --- a/.zshrc +++ b/.zshrc @@ -143,7 +143,7 @@ export PYTHONDONTWRITEBYTECODE=yes export QUILT_PATCHES="debian/patches" export SAVEHIST=2000 # -if [[ -x /usr/local/bin/most || -x /usr/bin/most ]]; then +if [[ -x /opt/homebrew/bin/most || -x /usr/local/bin/most || -x /usr/bin/most ]]; then export PAGER="most" else export PAGER="less"