From cf8095debdf50b82b4f5ef9d7f193abc322be827 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 14 Jun 2024 02:48:23 +0800 Subject: [PATCH] Set GH_PAGER to less. --- .bashrc | 1 + .zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 692701a..e9e6c5c 100644 --- a/.bashrc +++ b/.bashrc @@ -44,6 +44,7 @@ fi # export ANDROID_SDK_ROOT=/usr/lib/android-sdk export BLOCKSIZE="k" +export GH_PAGER="less" export GIT_PAGER="less" export HISTTIMEFORMAT="%y/%m/%d %T " export HOMEBREW_NO_ANALYTICS=1 diff --git a/.zshrc b/.zshrc index 66043d6..cffb5c0 100644 --- a/.zshrc +++ b/.zshrc @@ -118,6 +118,7 @@ fi # export ANDROID_SDK_ROOT=/usr/lib/android-sdk export BLOCKSIZE="k" +export GH_PAGER="less" export GIT_PAGER="less" export HISTFILE="$HOME/.history" export HISTSIZE=2000